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

PersonalProtection

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

Personal protection measures implemented by the hotel during COVID-19.

interface PersonalProtection {
commonAreasOfferSanitizingItems?: boolean;
commonAreasOfferSanitizingItemsException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
faceMaskRequired?: boolean;
faceMaskRequiredException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
guestRoomHygieneKitsAvailable?: boolean;
guestRoomHygieneKitsAvailableException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
protectiveEquipmentAvailable?: boolean;
protectiveEquipmentAvailableException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
}

§Properties

§
commonAreasOfferSanitizingItems?: boolean
[src]

Hand-sanitizer and/or sanitizing wipes are offered in common areas.

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

Common areas offer sanitizing items exception.

§
faceMaskRequired?: boolean
[src]

Masks required on the property.

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

Face mask required exception.

§
guestRoomHygieneKitsAvailable?: boolean
[src]

In-room hygiene kits with masks, hand sanitizer, and/or antibacterial wipes.

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

Guest room hygiene kits available exception.

§
protectiveEquipmentAvailable?: boolean
[src]

Masks and/or gloves available for guests.

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

Protective equipment available exception.