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

PhysicalDistancing

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

Physical distancing measures implemented by the hotel during COVID-19.

interface PhysicalDistancing {
commonAreasPhysicalDistancingArranged?: boolean;
commonAreasPhysicalDistancingArrangedException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
physicalDistancingRequired?: boolean;
physicalDistancingRequiredException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
safetyDividers?: boolean;
safetyDividersException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
sharedAreasLimitedOccupancy?: boolean;
sharedAreasLimitedOccupancyException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
wellnessAreasHavePrivateSpaces?: boolean;
wellnessAreasHavePrivateSpacesException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
}

§Properties

§
commonAreasPhysicalDistancingArranged?: boolean
[src]

Common areas arranged to maintain physical distancing.

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

Common areas physical distancing arranged exception.

§
physicalDistancingRequired?: boolean
[src]

Physical distancing required.

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

Physical distancing required exception.

§
safetyDividers?: boolean
[src]

Safety dividers at front desk and other locations.

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

Safety dividers exception.

§
sharedAreasLimitedOccupancy?: boolean
[src]

Guest occupancy limited within shared facilities.

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

Shared areas limited occupancy exception.

§
wellnessAreasHavePrivateSpaces?: boolean
[src]

Private spaces designated in spa and wellness areas.

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

Wellness areas have private spaces exception.