interface OperatorRoomConfig {
    quantity: number;
    roomType: OperatorHostRoomType;
}

Properties

Properties

quantity: number