Skip to main content
Module

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

EdgeDB driver for Deno
Go to Latest
type alias $.introspect.ScalarType
import { type $ } from "https://deno.land/x/edgedb@v1.0.2/mod.ts";
const { ScalarType } = $.introspect;
definition: TypeProperties<"scalar"> & { is_abstract: boolean; is_seq: boolean; bases: ReadonlyArray<{ id: UUID; }>; enum_values: ReadonlyArray<string> | null; material_id: UUID | null; cast_type?: UUID; }