BaseRepository.prototype.findOne(options?: FindOptions): Promise<Entity | null>
Find the first entity that matches the supplied query options.
optional
options: FindOptions
Promise<Entity | null>
BaseRepository.prototype.findOne(options?: FindOptions): Promise<Entity | null>
Find the first entity that matches the supplied query options.
options: FindOptions
Promise<Entity | null>
import { BaseRepository } from "database-plugin/src/index.ts";