Interface AliasedSelection<Ext>

foo AS bar

interface AliasedSelection<Ext> {
    _tag: "AliasedSelection";
    alias: ast.Ident;
    selection: Expr<Ext>;
}

Type Parameters

Hierarchy

  • Tagged<"AliasedSelection", {
        alias: ast.Ident;
        selection: Expr<Ext>;
    }>
    • AliasedSelection

Properties

Properties

_tag: "AliasedSelection"
alias: ast.Ident
selection: Expr<Ext>

Generated using TypeDoc