Browse Source

rename abp dto types

pull/756/head
cKey 3 years ago
parent
commit
a172f37aa8
  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