Skip to main content
Module

x/edgedb/mod.ts>$.introspect.TypeKind

EdgeDB driver for Deno
Go to Latest
type alias $.introspect.TypeKind
import { type $ } from "https://deno.land/x/edgedb@v1.0.2/mod.ts";
const { TypeKind } = $.introspect;
definition:
| "object"
| "scalar"
| "array"
| "tuple"
| "range"
| "unknown"