Appearance
@sqlrooms/pivot / PivotSource
PivotSource = { kind: "table"; tableName: string; } | { kind: "sql"; sqlId: string; }
kind
"table"
tableName
string
"sql"
sqlId