Skip to content

Commit

Permalink
Update types for TS 4.8 (#5279)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn committed Jul 30, 2022
1 parent 72065c1 commit 658cde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -444,7 +444,7 @@ export declare namespace knex {
class QueryBuilder {
static extend(
methodName: string,
fn: <TRecord extends {} = any, TResult = unknown[]>(
fn: <TRecord extends {} = any, TResult extends {} = unknown[]>(
this: Knex.QueryBuilder<TRecord, TResult>,
...args: any[]
) =>
Expand Down

0 comments on commit 658cde3

Please sign in to comment.