//#region src/SS12000/types/rooms.d.ts type Room = { id: string; meta?: { created: string | Date; modified: string | Date; }; displayName?: string; seats?: number; tags?: { type: string; value: string; }; }; //#endregion export { Room }; //# sourceMappingURL=rooms.d.ts.map