Type Alias RoomInitBase

RoomInitBase: {
    metadata?: string;
    name?: string;
    type?: RoomType;
}