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

AddDocumentTabResponse

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

The result of adding a document tab.

interface AddDocumentTabResponse {
tabProperties?: TabProperties;
}

§Properties

§
tabProperties?: TabProperties
[src]

The properties of the newly added tab.