Interface JoinedTable<Ext>

interface JoinedTable<Ext> {
    _tag: "JoinedTable";
    joins: ast.Join<Ext>[];
    table: Table<Ext>;
}

Type Parameters

Hierarchy

  • Tagged<"JoinedTable", {
        joins: ast.Join<Ext>[];
        table: Table<Ext>;
    }>
    • JoinedTable

Properties

Properties

_tag: "JoinedTable"
joins: ast.Join<Ext>[]
table: Table<Ext>

Generated using TypeDoc