interface ConfigurableLinkType { key: string; buttonLabel: string; endpoint: string; endpointOne?: string; icon?: string; color?: string; searchPlaceholder?: string; } export type { ConfigurableLinkType };