import { ActionField } from "./action-field"; export interface LinkField { id: string; value: string; actions?: ActionField[]; label: string; col?: string; }