Interface Exists<Ext>

EXISTS(subQuery)

interface Exists<Ext> {
    _tag: "Exists";
    subQuery: ast.Query<Ext>;
}

Type Parameters

Hierarchy

  • Tagged<"Exists", {
        subQuery: ast.Query<Ext>;
    }>
    • Exists

Properties

Properties

_tag: "Exists"
subQuery: ast.Query<Ext>

Generated using TypeDoc