solapi
    Preparing search index...
    interface KakaoChannelInterface {
        accountId: string;
        channelId: string;
        dateCreated?: string | Date;
        dateUpdated?: string | Date;
        phoneNumber: string;
        searchId: string;
        sharedAccountIds: string[];
    }

    Implemented by

    Index

    Properties

    accountId: string
    channelId: string
    dateCreated?: string | Date
    dateUpdated?: string | Date
    phoneNumber: string
    searchId: string
    sharedAccountIds: string[]