FreeGpt / types /data.ts
Daniton's picture
Duplicate from yxmnjxzx/chatbot-mini
5d4afba
raw
history blame
63 Bytes
export interface KeyValuePair {
key: string;
value: any;
}