export interface Room {
    id: string;
    name: string;
    color: 'ikea_green_no_65' | 'ikea_yellow_no_24' | 'ncs_s_1020_r10b' | 'ikea_red_no_39' | 'ikea_blue_no_58' | 'ikea_lilac_no_3' | 'ikea_orange_no_11' | 'ikea_yellow_no_31' | 'pantone_16_0230_tcx' | 'ikea_brown_no_41' | 'ikea_yellow_no_28' | 'ikea_blue_no_63' | 'ikea_pink_no_4' | 'ikea_beige_1' | 'pantone_16_0940_tcx' | 'pantone_15_0522_tcx' | 'ikea_green_no_66' | 'ikea_blue_no_60' | 'ikea_pink_no_6' | 'ncs_s_4010_g10y' | 'ikea_turquoise_5' | 'ikea_beige_no_3' | 'ikea_pink_no_8' | 'ikea_yellow_no_27' | 'ikea_beige_no_4' | 'ikea_blue_no_52' | 'ikea_white_no_20' | 'ikea_yellow_no_30' | 'ikea_green_no_63';
    icon: 'rooms_arm_chair' | 'rooms_bathtub' | 'rooms_bed' | 'rooms_bedside_table' | 'rooms_bike' | 'rooms_book_case' | 'rooms_box' | 'rooms_bunk_bed' | 'rooms_car' | 'rooms_chair' | 'rooms_clapper' | 'rooms_coat_hanger' | 'rooms_coat_rack' | 'rooms_cutlery' | 'rooms_desk' | 'rooms_display' | 'rooms_dog' | 'rooms_door' | 'rooms_drill' | 'rooms_fence' | 'rooms_fireplace' | 'rooms_fish' | 'rooms_flower' | 'rooms_game_pad' | 'rooms_heart' | 'rooms_home' | 'rooms_hot_drink' | 'rooms_iron' | 'rooms_kitchen' | 'rooms_ladle' | 'rooms_mobile' | 'rooms_motor_bike' | 'rooms_mower' | 'rooms_office_chair' | 'rooms_paper_towels' | 'rooms_parasol' | 'rooms_play_area' | 'rooms_pool_ladder' | 'rooms_pot_plant' | 'rooms_pot_with_lid' | 'rooms_pram' | 'rooms_printer' | 'rooms_restroom_baby_care' | 'rooms_sewing_machine' | 'rooms_shower' | 'rooms_sideboard' | 'rooms_sink' | 'rooms_sofa' | 'rooms_stairway' | 'rooms_strainer' | 'rooms_t_shirt' | 'rooms_teddy' | 'rooms_toothbrush' | 'rooms_wardrobe' | 'rooms_washing_machine' | 'rooms_weights' | 'rooms_wrench';
}
