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

CreateFootnoteResponse

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

The result of creating a footnote.

interface CreateFootnoteResponse {
footnoteId?: string;
}

§Properties

§
footnoteId?: string
[src]

The ID of the created footnote.