Type alias WhereNowResponse

WhereNowResponse: BaseResponse & {
    channels: ChannelInfo[];
    totalChannel: number;
}

Type declaration