chatbot / types /data.ts
matthoffner's picture
Upload 242 files
15d9c3e
export interface KeyValuePair {
key: string;
value: any;
}