SoftDeleteAllOptions: DeleteAllOptions<T> & { hardDelete?: boolean }

Options for deleting multiple soft delete entities.

Type Parameters

Type declaration

  • OptionalhardDelete?: boolean

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