SoftDeleteByIdOptions: DeleteByIdOptions & { hardDelete?: boolean }

Options for deleting a soft delete entity by its id.

Type declaration

  • OptionalhardDelete?: boolean

    Whether or not to "actual" delete entities, rather than marking them as deleted.