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