Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EnhancedCleaning

import type { EnhancedCleaning } from "https://googleapis.deno.dev/v1/mybusinesslodging:v1.ts";

Enhanced cleaning measures implemented by the hotel during COVID-19.

interface EnhancedCleaning {
commercialGradeDisinfectantCleaning?: boolean;
commercialGradeDisinfectantCleaningException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
commonAreasEnhancedCleaning?: boolean;
commonAreasEnhancedCleaningException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
employeesTrainedCleaningProcedures?: boolean;
employeesTrainedCleaningProceduresException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
employeesTrainedThoroughHandWashing?: boolean;
employeesTrainedThoroughHandWashingException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
employeesWearProtectiveEquipment?: boolean;
employeesWearProtectiveEquipmentException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
guestRoomsEnhancedCleaning?: boolean;
guestRoomsEnhancedCleaningException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
}

§Properties

§
commercialGradeDisinfectantCleaning?: boolean
[src]

Commercial-grade disinfectant used to clean the property.

§
commercialGradeDisinfectantCleaningException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Commercial grade disinfectant cleaning exception.

§
commonAreasEnhancedCleaning?: boolean
[src]

Enhanced cleaning of common areas.

§
commonAreasEnhancedCleaningException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Common areas enhanced cleaning exception.

§
employeesTrainedCleaningProcedures?: boolean
[src]

Employees trained in COVID-19 cleaning procedures.

§
employeesTrainedCleaningProceduresException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Employees trained cleaning procedures exception.

§
employeesTrainedThoroughHandWashing?: boolean
[src]

Employees trained in thorough hand-washing.

§
employeesTrainedThoroughHandWashingException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Employees trained thorough hand washing exception.

§
employeesWearProtectiveEquipment?: boolean
[src]

Employees wear masks, face shields, and/or gloves.

§
employeesWearProtectiveEquipmentException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Employees wear protective equipment exception.

§
guestRoomsEnhancedCleaning?: boolean
[src]

Enhanced cleaning of guest rooms.

§
guestRoomsEnhancedCleaningException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Guest rooms enhanced cleaning exception.