export interface SingleSessionGuardState { otherSessionDetected?: string; sessionInvalidated: boolean; otherSessionHasOngoingCall: boolean; }