Browse Source

Update type.ts

lex 11 tháng trước cách đây
mục cha
commit
e654244c6e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/xiaoku-music/type.ts

+ 1 - 0
src/views/xiaoku-music/type.ts

@@ -23,6 +23,7 @@ export interface IMusicItem {
   xmlFileUrl?: string;
   multiTracksSelection?: string;
   musicalInstruments?: any[];
+  audioPlayTypeArray?: any[];
   scoreType: string;
   isConvertibleScore: boolean;
 }