Skip to content

Commit 143a61c

Browse files
committed
new: add ModelStatic.prototype prop
1 parent 89eea14 commit 143a61c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/service-module/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ export interface ModelStatic<D extends {} = AnyData> extends EventEmitter {
221221
* @param options model instance options
222222
*/
223223
new (data?: Partial<D>, options?: ModelInstanceOptions): Model<D>
224+
prototype: Model<D>
224225

225226
/**
226227
* The instanceDefaults API was created in version 1.7 to prevent

0 commit comments

Comments
 (0)