import { LINK_ACTION } from "../enum"; export interface EventLinkField { action: LINK_ACTION; id: string; value: string; }