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

    Properties

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