zibri
    Preparing search index...
    FindAllOptions: BaseRepositoryOptions & OmitStrict<
        FindManyOptions<T>,
        "transaction" | "where",
    > & { where?: Where<T> }

    Options for finding multiple entities.

    Type Parameters

    Type declaration

    • Optionalwhere?: Where<T>

      The where filter to find the options by.