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

HealthAndSafety

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

Health and safety measures implemented by the hotel during COVID-19.

interface HealthAndSafety {
enhancedCleaning?: EnhancedCleaning;
increasedFoodSafety?: IncreasedFoodSafety;
minimizedContact?: MinimizedContact;
personalProtection?: PersonalProtection;
physicalDistancing?: PhysicalDistancing;
}

§Properties

§
enhancedCleaning?: EnhancedCleaning
[src]

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

§
increasedFoodSafety?: IncreasedFoodSafety
[src]

Increased food safety measures implemented by the hotel during COVID-19.

§
minimizedContact?: MinimizedContact
[src]

Minimized contact measures implemented by the hotel during COVID-19.

§
personalProtection?: PersonalProtection
[src]

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

§
physicalDistancing?: PhysicalDistancing
[src]

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