Skip to content

Commit ead6476

Browse files
authored
Merge pull request #8 from ovos/v3-mod-allow-type-override
Allow Transaction type override
2 parents ee50864 + 6ca9d5e commit ead6476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/objection/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ declare namespace Objection {
11071107
result?: R;
11081108
}
11091109

1110-
export type Transaction = Knex.Transaction;
1110+
export interface Transaction extends Knex.Transaction {}
11111111
export type TransactionOrKnex = Transaction | Knex;
11121112

11131113
export interface RelationMappings {

0 commit comments

Comments
 (0)