export type InboundEventKind = "user_request" | "room_event";
