mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
[bookshelf] Adding withSchema SyncOption (#33723)
PR where the option was added: https://github.com/bookshelf/bookshelf/pull/1638
This commit is contained in:
committed by
Wesley Wigham
parent
1e3e89fe6f
commit
d3b2bbcd82
Vendored
+2
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for bookshelfjs v0.9.4
|
||||
// Type definitions for bookshelfjs v0.13.0
|
||||
// Project: http://bookshelfjs.org/
|
||||
// Definitions by: Andrew Schurman <https://github.com/arcticwaters>, Vesa Poikajärvi <https://github.com/vesse>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@@ -317,6 +317,7 @@ declare namespace Bookshelf {
|
||||
interface SyncOptions {
|
||||
transacting?: Knex.Transaction;
|
||||
debug?: boolean;
|
||||
withSchema?: string;
|
||||
}
|
||||
|
||||
interface CollectionOptions<T> {
|
||||
|
||||
Reference in New Issue
Block a user