export type RoomDescriptor = { roomId: string; roomName: string; roomType: string; }; //# sourceMappingURL=descriptor.d.ts.map