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

WaterConservation

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

Water conservation practices implemented at the hotel.

interface WaterConservation {
independentOrganizationAuditsWaterUse?: boolean;
independentOrganizationAuditsWaterUseException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
linenReuseProgram?: boolean;
linenReuseProgramException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
towelReuseProgram?: boolean;
towelReuseProgramException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
waterSavingShowers?: boolean;
waterSavingShowersException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
waterSavingSinks?: boolean;
waterSavingSinksException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
waterSavingToilets?: boolean;
waterSavingToiletsException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
}

§Properties

§
independentOrganizationAuditsWaterUse?: boolean
[src]

Independent organization audits water use. The property conducts a water conservation audit every 5 years, the results of which are either verified by a third-party and/or published in external communications. A water conservation audit is a detailed assessment of the facility, providing recommendations to existing operations and procedures to improve water efficiency, available incentives or rebates, and opportunities for improvements through renovations or upgrades. Examples of organizations who conduct credible third party audits include: Engie Impact, and local utility providers (they often provide energy and water audits).

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

Independent organization audits water use exception.

§
linenReuseProgram?: boolean
[src]

Linen reuse program. The property offers a linen reuse program.

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

Linen reuse program exception.

§
towelReuseProgram?: boolean
[src]

Towel reuse program. The property offers a towel reuse program.

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

Towel reuse program exception.

§
waterSavingShowers?: boolean
[src]

Water saving showers. All of the property's guest rooms have shower heads that use no more than 2.0 gallons per minute (gpm).

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

Water saving showers exception.

§
waterSavingSinks?: boolean
[src]

Water saving sinks. All of the property's guest rooms have bathroom faucets that use a maximum of 1.5 gallons per minute (gpm), public restroom faucets do not exceed 0.5 gpm, and kitchen faucets (excluding faucets used exclusively for filling operations) do not exceed 2.2 gpm.

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

Water saving sinks exception.

§
waterSavingToilets?: boolean
[src]

Water saving toilets. All of the property's toilets use 1.6 gallons per flush, or less.

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

Water saving toilets exception.