Interface AnonymousSelection<Ext>

interface AnonymousSelection<Ext> {
    _tag: "AnonymousSelection";
    selection: Expr<Ext>;
}

Type Parameters

Hierarchy

  • Tagged<"AnonymousSelection", {
        selection: Expr<Ext>;
    }>
    • AnonymousSelection

Properties

Properties

_tag: "AnonymousSelection"
selection: Expr<Ext>

Generated using TypeDoc