export interface NameValue { name: string; value: string; }