2
0
visuddhinanda 2 жил өмнө
parent
commit
a94aa3fc32

+ 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;