starchat-ui / types /data.ts
matthoffner's picture
Duplicate from matthoffner/chatbot
13095e0
raw
history blame contribute delete
63 Bytes
export interface KeyValuePair {
key: string;
value: any;
}