mirror of
https://github.com/ivanfioravanti/chatbot-ollama.git
synced 2023-12-01 22:17:38 +03:00
5 lines
63 B
TypeScript
5 lines
63 B
TypeScript
export interface KeyValuePair {
|
|
key: string;
|
|
value: any;
|
|
}
|