import { LINK_ACTION } from "../enum"; import { Lucide } from "./lucide.interface"; export interface ActionField { icon: Lucide, tooltip: string action: LINK_ACTION, }