import { LinkType } from "./link-type.model"; export interface LinkEventEmitType { event: Event; linkType?: LinkType; }