We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bd0c4 commit 15588bdCopy full SHA for 15588bd
lib/interfaces/IBuildOptions.ts
@@ -17,5 +17,5 @@ export interface IBuildOptions extends ReturningOptions {
17
/**
18
* an array of include options - Used to build prefetched/included model instances. See `set`
19
*/
20
- include?: Array<Model<any> | IIncludeOptions>;
+ include?: Array<typeof Model | IIncludeOptions>;
21
}
0 commit comments