SoftDeleteUpdateByIdOptions: UpdateByIdOptions & { withDeleted?: boolean }

Options for updating a soft delete entity by its id.

Type declaration

  • OptionalwithDeleted?: boolean

    Whether or not soft deleted entities should be included.