chatbot-mini / types /data.ts
dolceschokolade's picture
Duplicate from matthoffner/chatbot-mini
fd760f6
Raw
History Blame Contribute Delete
63 Bytes
export interface KeyValuePair {
key: string;
value: any;
}