import { SessionTypeType } from './session-type'; export interface SessionCreatedEvent { sid: string; type: SessionTypeType; companyId: string; }