Skip to content

Commit e56d301

Browse files
committed
fix: find getter always returns Paginated
1 parent 143a61c commit e56d301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service-module/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export interface ModelStatic<D extends {} = AnyData> extends EventEmitter {
266266
* A proxy for the `find` getter
267267
* @param params Find params
268268
*/
269-
findInStore(params?: Params): Model<D>[] | Paginated<Model<D>>
269+
findInStore(params?: Params): Paginated<Model<D>>
270270

271271
/**
272272
* A proxy for the `get` action

0 commit comments

Comments
 (0)