Function: CrudRecoverOne()
CrudRecoverOne(
options
): <TFunction
,Y
>(target
,propertyKey
?,descriptor
?) =>void
CRUD Recover One route decorator
Parameters
Parameter | Type |
---|---|
options | CrudRecoverOneOptionsInterface |
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-recover-one.decorator.ts:18 (opens in a new tab)