Skip to main content

Type 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;