Interface CreateRoomInput

interface CreateRoomInput {
    crm?: {
        [key: string]: Viewer.MetadataFieldRecord[];
    };
    mapTemplateOptions: ApplyMapTemplateOptions;
    metadata: RoomMetadata;
}

Properties

crm?: {
    [key: string]: Viewer.MetadataFieldRecord[];
}
mapTemplateOptions: ApplyMapTemplateOptions
metadata: RoomMetadata