solapi
    Preparing search index...
    type GetKakaoChannelsFinalizeResponse = {
        channelList: KakaoChannel[];
        limit: number;
        nextKey: string | null;
        startKey: string;
    }
    Index

    Properties

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