Sfoglia il codice sorgente

add IChannelApiData

visuddhinanda 3 anni fa
parent
commit
f61417e382
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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";
 import { IStudioApiResponse } from "./Auth";
 
 
+export interface IChannelApiData {
+  id: string;
+  name: string;
+  type: string;
+}
+
 export type ChannelInfoProps = {
 export type ChannelInfoProps = {
   channelName: string;
   channelName: string;
   channelId: string;
   channelId: string;