GetKakaoChannelsResponse: {
    channelList: KakaoChannelInterface[];
    limit: number;
    nextKey: string | null;
    startKey: string;
}

Type declaration

Generated using TypeDoc