Interface SubQuery<Ext>

A parenthesized subquery

interface SubQuery<Ext> {
    _tag: "SubQuery";
    query: ast.Query<Ext>;
}

Type Parameters

Hierarchy

  • Tagged<"SubQuery", {
        query: ast.Query<Ext>;
    }>
    • SubQuery

Properties

Properties

_tag: "SubQuery"
query: ast.Query<Ext>

Generated using TypeDoc