Variable kakaoChannelSchemaConst
kakaoChannelSchema: Struct<
{
accountId: typeof String$;
channelId: typeof String$;
dateCreated: optional<Union<[typeof String$, typeof Date$]>>;
dateUpdated: optional<Union<[typeof String$, typeof Date$]>>;
phoneNumber: typeof String$;
searchId: typeof String$;
sharedAccountIds: Array$<typeof String$>;
},
> = ...