Files
IRTH-2/client/src/consts/apartmentsLayout.ts
T
2024-07-26 12:59:11 +05:00

9 lines
200 B
TypeScript

import { ISwitchLabel } from "../types/switchLabel";
const apartmentLayouts: ISwitchLabel[] = [
{ id: "1", label: "Layout" },
{ id: "2", label: "On the floor" },
];
export { apartmentLayouts };