瀏覽代碼

add is_system

visuddhinanda 2 年之前
父節點
當前提交
a94aa3fc32
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dashboard/src/components/api/Channel.ts

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

@@ -31,6 +31,7 @@ export interface IApiResponseChannelData {
   studio: IStudio;
   lang: string;
   status: number;
+  is_system: boolean;
   created_at: string;
   updated_at: string;
   role?: TRole;