File size: 63 Bytes
15d9c3e
 
 
 
1
2
3
4
5
export interface KeyValuePair {
  key: string;
  value: any;
}