Models & SocketsRoomtype-aliasesType Alias: RoomPropsOn this pageType Alias: RoomProps type RoomProps = ModelProps & object; Defined in: models/room.ts:12 Type Declaration members? optional members?: UserProps[]; name? optional name?: string; shortname? optional shortname?: string; uid? optional uid?: string;