import { GenericObject } from "../GenericObject"; export interface IMidaEquatable { equals(object: GenericObject): boolean; }