Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Update Knex type definition import for 0.95.x.

feathersjs-ecosystem#259

Reference: https://github.com/knex/knex/blob/master/UPGRADING.md
  • Loading branch information
cbeninati authored Jul 1, 2021
1 parent 284677e commit c0631af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// TypeScript Version: 3.7
import { Params, Paginated, Id, NullableId, HookContext, Hook } from '@feathersjs/feathers';
import { AdapterService, ServiceOptions, InternalServiceMethods } from '@feathersjs/adapter-commons';
import * as Knex from 'knex';
import { Knex } from 'knex';
import { start } from 'repl';

export interface KnexServiceOptions extends ServiceOptions {
Expand Down

0 comments on commit c0631af

Please sign in to comment.