import type { Typeorm } from "../packages/packages"; export interface ITypeormTunnel { getRepository(name: string): Typeorm.Repository; }