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.
2 parents 1edcf24 + 8171a0d commit ca40bbdCopy full SHA for ca40bbd
lib/models/Model.d.ts
@@ -579,7 +579,7 @@ export declare abstract class Model<T> extends Hooks {
579
* return a new instance. With this method, all references to the Instance are updated with the new data
580
* and no new objects are created.
581
*/
582
- reload(options?: IFindOptions): Promise<this>;
+ reload(options?: IFindOptions<this>): Promise<this>;
583
584
/**
585
* Validate the attribute of this instance according to validation rules set in the model definition.
0 commit comments