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

Column

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

A column within a schema relation, derived from the underlying AWS Glue table.

interface Column {
name: string;
type: string;
}

§Properties

§
name: string
[src]

The name of the column.

§
type: string
[src]

The type of the column.