Skip to main content
Module

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

EdgeDB driver for Deno
Go to Latest
type alias $.introspect.TupleType
import { type $ } from "https://deno.land/x/edgedb@v1.0.2/mod.ts";
const { TupleType } = $.introspect;
definition: TypeProperties<"tuple"> & { tuple_elements: ReadonlyArray<{ name: string; target_id: UUID; }>; is_abstract: boolean; }