瀏覽代碼

type: TChannelType;

visuddhinanda 3 年之前
父節點
當前提交
84f59c15bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;