Type alias QuerySource

QuerySource: string | QuerySafeValue | {
    alias: string;
    table: string | QuerySafeValue;
}

Type alias for an item that refers to a table in a database.