/** @internal */ export interface AuthPayload { instance_id: string; user_id: number; session_id: string; host_peer_id: string; }