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

GoogleCloudDatacatalogV1FieldType

import type { GoogleCloudDatacatalogV1FieldType } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";
interface GoogleCloudDatacatalogV1FieldType {
primitiveType?:
| "PRIMITIVE_TYPE_UNSPECIFIED"
| "DOUBLE"
| "STRING"
| "BOOL"
| "TIMESTAMP"
| "RICHTEXT";
}

§Properties

§
primitiveType?: "PRIMITIVE_TYPE_UNSPECIFIED" | "DOUBLE" | "STRING" | "BOOL" | "TIMESTAMP" | "RICHTEXT"
[src]

Primitive types, such as string, boolean, etc.