export interface KeyValueFields { key: string; value: string; }