Explorar o código

export interface IProgressRequest

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
8f7ffb55d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 }