zibri
    Preparing search index...
    FindOneOptions: BaseRepositoryOptions & {
        relations?: (keyof T)[];
        where?: Where<T>;
    }

    Options for finding a single entity.

    Type Parameters

    Type Declaration

    • Optionalrelations?: (keyof T)[]

      The relations to include in the found entity.

    • Optionalwhere?: Where<T>

      The where filter to find the entity by.