|
1 | 1 | import VideomailClient from "./client"; |
2 | | -import { Command, VideomailCommandArgs } from "./types/command"; |
3 | | -import DeliveryRecord from "./types/DeliveryRecord"; |
4 | | -import { EmailAddress, EmailAddresses } from "./types/EmailAddress"; |
5 | | -import { FullVideomailErrorData, VideomailErrorData } from "./types/error"; |
6 | | -import VideomailEvents, { VideomailPreviewParams } from "./types/events"; |
7 | | -import { VideomailClientOptions } from "./types/options"; |
8 | | -import RecordingStats from "./types/RecordingStats"; |
9 | | -import Videomail, { PartialVideomail } from "./types/Videomail"; |
10 | | -import { VideoType, VideoTypeType } from "./types/VideoType"; |
11 | 2 |
|
12 | | -export type { |
13 | | - Command, |
14 | | - DeliveryRecord, |
15 | | - EmailAddress, |
16 | | - EmailAddresses, |
17 | | - FullVideomailErrorData, |
18 | | - PartialVideomail, |
19 | | - RecordingStats, |
20 | | - Videomail, |
21 | | - VideomailClientOptions, |
22 | | - VideomailCommandArgs, |
23 | | - VideomailErrorData, |
24 | | - VideomailEvents, |
25 | | - VideomailPreviewParams, |
26 | | - VideoTypeType, |
27 | | -}; |
| 3 | +export type { Command } from "./types/command"; |
| 4 | +export type DeliveryRecord = "./types/DeliveryRecord"; |
| 5 | +export type { VideomailCommandArgs } from "./types/command"; |
| 6 | +export type { EmailAddress, EmailAddresses } from "./types/EmailAddress"; |
| 7 | +export type { FullVideomailErrorData, VideomailErrorData } from "./types/error"; |
| 8 | +export type { VideomailEvents, VideomailPreviewParams } from "./types/events"; |
| 9 | +export type { VideomailClientOptions } from "./types/options"; |
| 10 | +export type RecordingStats = "./types/RecordingStats"; |
| 11 | +export type { PartialVideomail, Videomail } from "./types/Videomail"; |
28 | 12 |
|
29 | | -export { VideomailClient, VideoType }; |
| 13 | +export { VideomailClient }; |
0 commit comments