Function: CrudDeleteOne()
CrudDeleteOne(
options): <TFunction,Y>(target,propertyKey?,descriptor?) =>void
CRUD Delete One route decorator
Parameters
| Parameter | Type | 
|---|---|
| options | CrudDeleteOneOptionsInterface | 
Returns
Function
Type Parameters
| Type Parameter | 
|---|
| TFunctionextendsFunction | 
| Y | 
Parameters
| Parameter | Type | 
|---|---|
| target | object|TFunction | 
| propertyKey? | string|symbol | 
| descriptor? | TypedPropertyDescriptor<Y> | 
Returns
void
Defined in
packages/nestjs-crud/src/decorators/actions/crud-delete-one.decorator.ts:18 (opens in a new tab)