zibri
    Preparing search index...
    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.