Skip to content

Commit 294d0f1

Browse files
committed
fix: include CompletionStreamEvent in CompletionAdapter export
1 parent 58f8abd commit 294d0f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

adminforth/types/adapters/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export type { EmailAdapter } from './EmailAdapter.js';
2-
export type { CompletionAdapter } from './CompletionAdapter.js';
2+
export type { CompletionAdapter, CompletionStreamEvent } from './CompletionAdapter.js';
33
export type { ImageGenerationAdapter } from './ImageGenerationAdapter.js';
44
export type { KeyValueAdapter } from './KeyValueAdapter.js';
55
export type { ImageVisionAdapter } from './ImageVisionAdapter.js';
66
export type { OAuth2Adapter } from './OAuth2Adapter.js';
77
export type { StorageAdapter } from './StorageAdapter.js';
8-
export type { CaptchaAdapter } from './CaptchaAdapter.js';
8+
export type { CaptchaAdapter } from './CaptchaAdapter.js';

0 commit comments

Comments
 (0)