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

Table

import type { Table } from "https://aws-api.deno.dev/v0.4/services/honeycode.ts?docs=full";

An object representing the properties of a table in a workbook.

interface Table {
tableId?: string | null;
tableName?: string | null;
}

§Properties

§
tableId?: string | null
[src]

The id of the table.

§
tableName?: string | null
[src]

The name of the table.