import { GetterRepository } from "./repositories/GetterRepository"; export interface ServerContext { repository: GetterRepository; }