gsaivinay's picture
Duplicate from matthoffner/starchat-ui
a28cd69
raw
history blame contribute delete
63 Bytes
export interface KeyValuePair {
key: string;
value: any;
}