matt HOFFNER
barebones
b9d9891
raw
history blame
71 Bytes
export interface KeyValuePair {
key: string;
value: any;
}