mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
* fix #43255: add dropDatabase field to keystonejs__adapter-knex options * fix: restore dependent typescript version 3.5 * fix: lint errors
This commit is contained in:
4
types/keystonejs__adapter-knex/index.d.ts
vendored
4
types/keystonejs__adapter-knex/index.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
// Type definitions for @keystonejs/adapter-knex 5.1
|
||||
// Type definitions for @keystonejs/adapter-knex 6.3
|
||||
// Project: https://github.com/keystonejs/keystone
|
||||
// Definitions by: Kevin Brown <https://github.com/thekevinbrown>
|
||||
// Abhijith Vijayan <https://github.com/abhijithvijayan>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 3.5
|
||||
|
||||
@@ -15,6 +16,7 @@ declare module '@keystonejs/adapter-knex' {
|
||||
knexOptions?: Config;
|
||||
schemaName?: string;
|
||||
listAdapterClass?: any;
|
||||
dropDatabase?: boolean;
|
||||
}
|
||||
class KnexAdapter extends BaseKeystoneAdapter {
|
||||
constructor(options?: KnexAdaptorOptions);
|
||||
|
||||
Reference in New Issue
Block a user