diff --git a/types/bookshelf/index.d.ts b/types/bookshelf/index.d.ts index 7467b3178f..2edb269875 100644 --- a/types/bookshelf/index.d.ts +++ b/types/bookshelf/index.d.ts @@ -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 , Vesa Poikajärvi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -317,6 +317,7 @@ declare namespace Bookshelf { interface SyncOptions { transacting?: Knex.Transaction; debug?: boolean; + withSchema?: string; } interface CollectionOptions {