Function: CrudSoftDelete()
CrudSoftDelete(
softDelete):CustomDecorator<string>
CRUD soft delete route decorator.
Set the CRUD soft delete query option.
Parameters
| Parameter | Type |
|---|---|
softDelete | undefined | boolean |
Returns
CustomDecorator<string>
Defined in
packages/nestjs-crud/src/decorators/routes/crud-soft-delete.decorator.ts:10 (opens in a new tab)