mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +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:
parent
914615c9ee
commit
043b939aa2
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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user