export type StudioChannelResponse = { isConnected: boolean; channelID: number|null; channelName: string|null; handle: string|null; thumbnailUrl: string|null; isActive: boolean; };