Skip to content

Commit

Permalink
export more types
Browse files Browse the repository at this point in the history
  • Loading branch information
binarykitchen committed Oct 31, 2024
1 parent 38dd114 commit f1f9edc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import Client from "./client";
import VideomailEvents from "./types/events";
import { PartialVideomailClientOptions } from "./types/options";
import RecordingStats from "./types/RecordingStats";
import Videomail from "./types/Videomail";

export type { Videomail };
export type { VideomailEvents };
export type { PartialVideomailClientOptions };
export type { RecordingStats };

export default Client;

0 comments on commit f1f9edc

Please sign in to comment.