File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { Command, VideomailCommandArgs } from "./types/command";
33import DeliveryRecord from "./types/DeliveryRecord" ;
44import { EmailAddress , EmailAddresses } from "./types/EmailAddress" ;
55import { FullVideomailErrorData , VideomailErrorData } from "./types/error" ;
6- import VideomailEvents from "./types/events" ;
6+ import VideomailEvents , { VideomailPreviewParams } from "./types/events" ;
77import { VideomailClientOptions } from "./types/options" ;
88import RecordingStats from "./types/RecordingStats" ;
99import Videomail , { PartialVideomail } from "./types/Videomail" ;
@@ -22,6 +22,7 @@ export type {
2222 VideomailCommandArgs ,
2323 VideomailErrorData ,
2424 VideomailEvents ,
25+ VideomailPreviewParams ,
2526 VideoTypeType ,
2627} ;
2728
You can’t perform that action at this time.
0 commit comments