export interface KeyValue {
    key: string;
    val: string;
}
