Function: CrudReadMany()
CrudReadMany(...
args): <TFunction,Y>(target,propertyKey?,descriptor?) =>void
CRUD Read Many route decorator (alias for Read All)
Parameters
| Parameter | Type |
|---|---|
...args | [CrudReadAllOptionsInterface] |
Returns
Function
Type Parameters
| Type Parameter |
|---|
TFunction extends Function |
Y |
Parameters
| Parameter | Type |
|---|---|
target | object | TFunction |
propertyKey? | string | symbol |
descriptor? | TypedPropertyDescriptor<Y> |
Returns
void
Defined in
packages/nestjs-crud/src/decorators/actions/crud-read-many.decorator.ts:6 (opens in a new tab)