/** * Response to a `/whoami` request. * @category Models */ export interface IWhoAmI { user_id: string; device_id?: string; }