GetKakaoChannelsFinalizeResponse: {
    channelList: KakaoChannel[];
    limit: number;
    nextKey: string | null;
    startKey: string;
}

Type declaration

  • channelList: KakaoChannel[]
  • limit: number
  • nextKey: string | null
  • startKey: string

Generated using TypeDoc