Skip to content

Commit 15588bd

Browse files
closes #55 (type declaration fixed)
1 parent c4bd0c4 commit 15588bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/interfaces/IBuildOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ export interface IBuildOptions extends ReturningOptions {
1717
/**
1818
* an array of include options - Used to build prefetched/included model instances. See `set`
1919
*/
20-
include?: Array<Model<any> | IIncludeOptions>;
20+
include?: Array<typeof Model | IIncludeOptions>;
2121
}

0 commit comments

Comments
 (0)