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

    Options for finding a single entity.

    Type Parameters

    Type declaration

    • Optionalwhere?: Where<T>

      The where filter to find the entity by.