'use strict'; export const MIN_ROOM_CAPACITY = 4; export const MAX_ROOM_CAPACITY = 25;