Browse Source

type: TChannelType;

visuddhinanda 3 years ago
parent
commit
84f59c15bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/api/Channel.ts

+ 1 - 1
dashboard/src/components/api/Channel.ts

@@ -23,7 +23,7 @@ export interface IApiResponseChannelData {
   uid: string;
   name: string;
   summary: string;
-  type: string;
+  type: TChannelType;
   studio: IStudioApiResponse;
   lang: string;
   status: number;