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

Housekeeping

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

Conveniences provided in guest units to facilitate an easier, more comfortable stay.

interface Housekeeping {
dailyHousekeeping?: boolean;
dailyHousekeepingException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
housekeepingAvailable?: boolean;
housekeepingAvailableException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
turndownService?: boolean;
turndownServiceException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
}

§Properties

§
dailyHousekeeping?: boolean
[src]

Daily housekeeping. Guest units are cleaned by hotel staff daily during guest's stay.

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

Daily housekeeping exception.

§
housekeepingAvailable?: boolean
[src]

Housekeeping available. Guest units are cleaned by hotel staff during guest's stay. Schedule may vary from daily, weekly, or specific days of the week.

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

Housekeeping available exception.

§
turndownService?: boolean
[src]

Turndown service. Hotel staff enters guest units to prepare the bed for sleep use. May or may not include some light housekeeping. May or may not include an evening snack or candy. Also known as evening service.

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

Turndown service exception.