View Source
Accepts either a SQL table name or a table(...) object.
table(...)
type TableInput = string | AnyTable;