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

CreateHeaderResponse

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

The result of creating a header.

interface CreateHeaderResponse {
headerId?: string;
}

§Properties

§
headerId?: string
[src]

The ID of the created header.