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