zibri
    Preparing search index...
    SoftDeleteFindAllOptions: OmitStrict<FindAllOptions<T>, "where"> & {
        where?: SoftDeleteWhere<T>;
        withDeleted?: boolean;
    }

    Options for finding multiple soft delete entities.

    Type Parameters

    Type Declaration

    • Optionalwhere?: SoftDeleteWhere<T>

      The where filter to find the options by.

    • OptionalwithDeleted?: boolean

      Whether or not soft deleted entities should be included.