Framework
FindManyArgs<T>
Interface: FindManyArgs<T>
FindMany arguments.
Extended by
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type |
|---|---|
include? | IncludeClause |
orderBy? | | Partial<Record<keyof T, OrderDirection>> | Partial<Record<keyof T, OrderDirection>>[] |
select? | Partial<Record<keyof T, boolean>> |
skip? | number |
take? | number |
where? | WhereClause<T> |
