/** * If you are including the KakaoTalk channel in the `channel_identifier` property, you must include this object. */ export interface KakaoTalkCredentials { /** KakaoTalk Business Channel ID. */ kakaotalk_plus_friend_id: string; /** KakaoTalk Sender Key. */ kakaotalk_sender_key: string; }