Explorar o código

add IChannelApiData

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
f61417e382
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      dashboard/src/components/api/Channel.ts

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

@@ -1,5 +1,11 @@
 import { IStudioApiResponse } from "./Auth";
 
+export interface IChannelApiData {
+  id: string;
+  name: string;
+  type: string;
+}
+
 export type ChannelInfoProps = {
   channelName: string;
   channelId: string;