/**
* @type {string}
*/
export const LOBBY = 'Lobby';
/**
* @type {string}
*/
export const WELCOME = 'Welcome';
/**
* @type {string}
*/
export const AWARD_CEREMONY = 'AwardCeremony';
/**
* @type {string}
*/
export const IMAGE_THERAPY = 'ImageTherapy';
/**
* @type {string}
*/
export const LIVE = 'Live';
/**
* @type {string}
*/
export const SLIMMER_OF_THE_WEEK = 'SlimmerOfTheWeek';
/**
* @type {string}
*/
export const SLIMMER_OF_THE_MONTH = 'SlimmerOfTheMonth';
/**
* @type {string}
*/
export const END = 'End';