import { LinkItem } from "@omnia/wcm/models"; export interface LinkItemTemplateMsg { getElementToRender: (dataRow: T) => string; weight: number; }