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