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

CreateFooterResponse

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

The result of creating a footer.

interface CreateFooterResponse {
footerId?: string;
}

§Properties

§
footerId?: string
[src]

The ID of the created footer.