Skip to content

Commit

Permalink
fix enum export
Browse files Browse the repository at this point in the history
  • Loading branch information
binarykitchen committed Nov 1, 2024
1 parent c4576d6 commit e8633a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export type { Videomail };
export type { VideomailEvents };
export type { PartialVideomailClientOptions };
export type { RecordingStats };
export type { VideoTypes };
export { VideoTypes };

export default VideomailClient;

0 comments on commit e8633a3

Please sign in to comment.