Skip to content

Commit b61ec88

Browse files
committed
updated abp.d.ts from abp framework
1 parent ee7ef8e commit b61ec88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Abp/Framework/scripts/abp.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
let defaultSourceName: string;
8080

81-
let values: { [key: string]: string };
81+
let values: { [key: string]: { [key: string]: string } };
8282

8383
let abpWeb: (key: string) => string;
8484

@@ -319,7 +319,6 @@
319319
function error(message: string, title?: string, options?: any): any;
320320

321321
function confirm(message: string, title?: string, callback?: (isConfirmed: boolean, isCancelled?: boolean) => void, options?: any): any;
322-
323322
}
324323

325324
namespace ui {

0 commit comments

Comments
 (0)