Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion types/bookshelf/index.d.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -317,6 +317,7 @@ declare namespace Bookshelf {
interface SyncOptions {
transacting?: Knex.Transaction;
debug?: boolean;
withSchema?: string;
}

interface CollectionOptions<T> {
Expand Down