import { Entity } from '../Entity'; export interface BaseInterface { process(entity: Entity): void; }