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

Footer

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

A document footer.

interface Footer {
content?: StructuralElement[];
footerId?: string;
}

§Properties

§

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

§
footerId?: string
[src]

The ID of the footer.