Просмотр исходного кода

export interface IProgressRequest

visuddhinanda 2 лет назад
Родитель
Сommit
8f7ffb55d3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/channel/ChannelPickerTable.tsx

+ 1 - 1
dashboard/src/components/channel/ChannelPickerTable.tsx

@@ -26,7 +26,7 @@ interface IParams {
   owner?: string;
 }
 
-interface IProgressRequest {
+export interface IProgressRequest {
   sentence: string[];
   owner?: string;
 }