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

Body

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

The document body. The body typically contains the full document contents except for headers, footers, and footnotes.

interface Body {
content?: StructuralElement[];
}

§Properties

§

The contents of the body. The indexes for the body's content begin at zero.