Skip to content

Commit

Permalink
Update types/index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed May 22, 2022
1 parent 647fde8 commit 91ebb1a
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
Expand Up @@ -2588,7 +2588,7 @@ export declare namespace Knex {
options?: string;
}

type PgGetTypeParser = (oid: number, format: string) => any
type PgGetTypeParser = (oid: number, format: string) => any;

interface PgCustomTypesConfig {
getTypeParser: PgGetTypeParser;
Expand Down

0 comments on commit 91ebb1a

Please sign in to comment.