export interface KeyValueParam { Key: string; Value: string; Other?: string; }