From 0cc26c83a4903d44d5821cdbb0c9706bc0a6780d Mon Sep 17 00:00:00 2001 From: mloenow Date: Thu, 25 Jan 2024 09:48:07 +0100 Subject: [PATCH] fix: interfaces export --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 5532286..a5f335f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -315,4 +315,4 @@ export class Ollama { export default new Ollama() // export all types from the main entry point so that packages importing types dont need to specify paths -export * from './interfaces' +export * from './interfaces.js'