We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f8abd commit 294d0f1Copy full SHA for 294d0f1
1 file changed
adminforth/types/adapters/index.ts
@@ -1,8 +1,8 @@
1
export type { EmailAdapter } from './EmailAdapter.js';
2
-export type { CompletionAdapter } from './CompletionAdapter.js';
+export type { CompletionAdapter, CompletionStreamEvent } from './CompletionAdapter.js';
3
export type { ImageGenerationAdapter } from './ImageGenerationAdapter.js';
4
export type { KeyValueAdapter } from './KeyValueAdapter.js';
5
export type { ImageVisionAdapter } from './ImageVisionAdapter.js';
6
export type { OAuth2Adapter } from './OAuth2Adapter.js';
7
export type { StorageAdapter } from './StorageAdapter.js';
8
-export type { CaptchaAdapter } from './CaptchaAdapter.js';
+export type { CaptchaAdapter } from './CaptchaAdapter.js';
0 commit comments