diff --git a/typings/objection/index.d.ts b/typings/objection/index.d.ts index 5be592c69..3338bbdcd 100644 --- a/typings/objection/index.d.ts +++ b/typings/objection/index.d.ts @@ -613,7 +613,7 @@ declare namespace Objection { } interface TableRefForMethod { - (modelClass: typeof Model): string; + (modelClass: ModelClass | typeof Model): string; } interface AliasForMethod {