Type alias FindMiddlewareOutput<T>
Find
Middleware
Output
<T>: { operation
: "find"; params
: FindParams<T>; records
: PartialDeep<T["model"]>[]; totalCount
?: number; }
Type declaration
-
operation: "find"
-
-
records: PartialDeep<T["model"]>[]
-
Optional
totalCount?: number