solapi
    Preparing search index...

    날짜 필드가 Date로 변환된 카카오 채널 타입

    type KakaoChannel = {
        accountId: string;
        channelId: string;
        dateCreated?: Date;
        dateUpdated?: Date;
        phoneNumber?: string;
        searchId: string;
        sharedAccountIds: ReadonlyArray<string>;
    }
    Index

    Properties

    accountId: string
    channelId: string
    dateCreated?: Date
    dateUpdated?: Date
    phoneNumber?: string
    searchId: string
    sharedAccountIds: ReadonlyArray<string>