mirror of
https://github.com/djhackersdev/minime.git
synced 2026-04-25 08:06:45 -05:00
types/sql-bricks: Export SqlBricksFn type
We'll need to export this in order to define the ops exported from sql-bricks-postgres in terms of the base sql-bricks exports.
This commit is contained in:
parent
775584a645
commit
078cb84b35
2
types/sql-bricks/index.d.ts
vendored
2
types/sql-bricks/index.d.ts
vendored
|
|
@ -288,7 +288,7 @@ declare module "sql-bricks" {
|
|||
and(...whereExpr: WhereExpression[]): SelectStatement;
|
||||
}
|
||||
|
||||
interface SqlBricksFn {
|
||||
export interface SqlBricksFn {
|
||||
(...params: any[]): any;
|
||||
/**
|
||||
* Wraps a value (user-supplied string, number, boolean, etc) so that it can be passed into SQL Bricks
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user