Browse Source
Merge pull request #756 from colinin/rename-abp-dto-types
rename abp dto types
pull/761/head
yx lin
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
1 deletions
-
apps/vue/types/abp.d.ts
-
apps/vue/types/abp.dto.d.ts
|
|
|
@ -3,7 +3,7 @@ declare interface LocalizableStringInfo { |
|
|
|
name: string; |
|
|
|
} |
|
|
|
|
|
|
|
declare type ExtraPropertyDictionary = { [key: string]: any }; |
|
|
|
declare type ExtraPropertyDictionary = Dictionary<string, any>; |
|
|
|
|
|
|
|
declare interface ISelectionStringValueItem { |
|
|
|
value: string; |
|
|
|
|