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-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface Column {
Comment?: string | null;
Name: string;
Parameters?: {
[key: string]: string | null | undefined;
}
| null;
Type?: string | null;
}

§Properties

§
Comment?: string | null
[src]
§
Name: string
[src]
§
Parameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Type?: string | null
[src]