UnitOfWork.prototype.getRepository<Entity, Id extends EntityKey = string>(entity: string): IRepository<Entity, Id>
Usage
import { UnitOfWork } from "database-plugin/src/index.ts";
UnitOfWork.prototype.getRepository<Entity, Id extends EntityKey = string>(entity: string): IRepository<Entity, Id>
import { UnitOfWork } from "database-plugin/src/index.ts";