Skip to content

Commit eb271c5

Browse files
authored
fix: handle missing optional dependency in declarations (#103)
1 parent 8c4f8ee commit eb271c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/StreamVideoClient.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { VideoApi } from './gen/video/VideoApi';
22
import { StreamCall } from './StreamCall';
33
import type { StreamClient } from './StreamClient';
44
import type { ApiConfig } from './types';
5+
// eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error
6+
/** @ts-ignore Optional dependency */
57
import type {
68
createRealtimeClient,
79
RealtimeAPIModel,

0 commit comments

Comments
 (0)