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

LivingArea

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

An individual room, such as kitchen, bathroom, bedroom, within a bookable guest unit.

interface LivingArea {
accessibility?: LivingAreaAccessibility;
features?: LivingAreaFeatures;
sleeping?: LivingAreaSleeping;
}

§Properties

§

Accessibility features of the living area.

§

Information about eating features in the living area.

§

Features in the living area.

§

Information about the layout of the living area.

§

Information about sleeping features in the living area.