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