UNPKG

sendingnetwork-bot-sdk

Version:
9 lines (8 loc) 138 B
/** * Response to a `/whoami` request. * @category Models */ export interface IWhoAmI { user_id: string; device_id?: string; }