We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc52ec commit 6e459f6Copy full SHA for 6e459f6
src/index.ts
@@ -1,3 +1,5 @@
1
+import { VideoType } from "./types/VideoType";
2
+
3
export type { Command } from "./types/command";
4
export type { VideomailCommandArgs } from "./types/command";
5
export type { DeliveryRecord } from "./types/Delivery";
@@ -9,4 +11,6 @@ export type RecordingStats = "./types/RecordingStats";
9
11
export { VideomailClient } from "./client";
10
12
export type { PartialVideomail, Videomail } from "./types/Videomail";
13
export type { VideoTypeType } from "./types/VideoType";
-export { VideoType } from "./types/VideoType";
14
15
+// TODO Will sort this out later after the TS v10 release
16
+export { VideoType };
0 commit comments