import { SessionStatusType } from './session-status'; export interface SessionUpdatedEvent { sid: string; status: SessionStatusType; }