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

Sustainability

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

Sustainability practices implemented at the hotel.

interface Sustainability {
energyEfficiency?: EnergyEfficiency;
sustainabilityCertifications?: SustainabilityCertifications;
sustainableSourcing?: SustainableSourcing;
wasteReduction?: WasteReduction;
waterConservation?: WaterConservation;
}

§Properties

§
energyEfficiency?: EnergyEfficiency
[src]

Energy efficiency practices implemented at the hotel.

§
sustainabilityCertifications?: SustainabilityCertifications
[src]

Sustainability certifications the hotel has been awarded. Deprecated: this field is no longer populated. All certification data is now provided by BeCause.

§
sustainableSourcing?: SustainableSourcing
[src]

Sustainable sourcing practices implemented at the hotel.

§
wasteReduction?: WasteReduction
[src]

Waste reduction practices implemented at the hotel.

§
waterConservation?: WaterConservation
[src]

Water conservation practices implemented at the hotel.