Type alias CreateKakaoChannelResponse

CreateKakaoChannelResponse: {
    accountId: string;
    channelId: string;
    dateCreated: string;
    dateUpdated: string;
    phoneNumber: string;
    searchId: string;
}

Type declaration

  • accountId: string
  • channelId: string
  • dateCreated: string
  • dateUpdated: string
  • phoneNumber: string
  • searchId: string

Generated using TypeDoc