| 123456789101112131415161718 |
- interface Window {
- museum: string;
- cloudScenicUrl: string;
- company: string;
- companyId: number;
- SCENIC_MUSEUM_POS: {
- id: number;
- name: string;
- left: number;
- top: number;
- url: string;
- }[];
- VUE_APP_BACKEND_URL: string;
- venueDebug: boolean;
- venueReservationUrl: string;
- openCloudApi: boolean;
- MUSEUM_LIST_TIME: Record<number, string[]>;
- }
|