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

SchemaUnion

import type { SchemaUnion } from "https://aws-api.deno.dev/v0.3/services/finspacedata.ts?docs=full";

A union of schema types.

interface SchemaUnion {
tabularSchemaConfig?: SchemaDefinition | null;
}

§Properties

§
tabularSchemaConfig?: SchemaDefinition | null
[src]

The configuration for a schema on a tabular Dataset.