Browse Source

master 修改类型约定

es6
PatrioX 3 years ago
parent
commit
a54967568f
  1. 2
      typescript/widget/editor/editor.multifile.ts

2
typescript/widget/editor/editor.multifile.ts

@ -16,7 +16,7 @@ export declare class MultifileEditor extends Widget {
attach_id: string; attach_id: string;
attach_type: string; attach_type: string;
filename: string; filename: string;
errorMsg: string; [key: string]: any;
}[]; }[];
upload(): void; upload(): void;

Loading…
Cancel
Save