Skip to main content
Go to Latest
interface $.introspect.OperatorDef
import { type $ } from "https://deno.land/x/edgedb@v1.0.2/mod.ts";
const { OperatorDef } = $.introspect;

Properties

id: string
name: string
originalName: string
operator_kind: OperatorKind
optional
description: string
return_type: { id: string; name: string; }
return_typemod: FuncopTypemod
params: FuncopParam[]