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
parent
commit
d4b759ec16
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/vue/types/abp.d.ts
  2. 0
      apps/vue/types/abp.dto.d.ts

2
apps/vue/types/abp.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;

0
apps/vue/types/abp.type.d.ts → apps/vue/types/abp.dto.d.ts

Loading…
Cancel
Save