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

TableSchema

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

BigQuery Compatible table schema.

interface TableSchema {
fields?: TableFieldSchema[];
}

§Properties

§

Describes the fields in a table.