Skip to content

Commit 6e459f6

Browse files
committed
revert VideType export by type
1 parent bdc52ec commit 6e459f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { VideoType } from "./types/VideoType";
2+
13
export type { Command } from "./types/command";
24
export type { VideomailCommandArgs } from "./types/command";
35
export type { DeliveryRecord } from "./types/Delivery";
@@ -9,4 +11,6 @@ export type RecordingStats = "./types/RecordingStats";
911
export { VideomailClient } from "./client";
1012
export type { PartialVideomail, Videomail } from "./types/Videomail";
1113
export type { VideoTypeType } from "./types/VideoType";
12-
export { VideoType } from "./types/VideoType";
14+
15+
// TODO Will sort this out later after the TS v10 release
16+
export { VideoType };

0 commit comments

Comments
 (0)