export type KeyValue = { id: string; key: string; value: string; iconPath?: string; };