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 d12bdcc commit 11c09d4Copy full SHA for 11c09d4
src/index.ts
@@ -1,8 +1,8 @@
1
import VideomailClient from "./client";
2
3
export type { Command } from "./types/command";
4
-export type DeliveryRecord = "./types/DeliveryRecord";
5
export type { VideomailCommandArgs } from "./types/command";
+export type { DeliveryRecord } from "./types/Delivery";
6
export type { EmailAddress, EmailAddresses } from "./types/EmailAddress";
7
export type { FullVideomailErrorData, VideomailErrorData } from "./types/error";
8
export type { VideomailEvents, VideomailPreviewParams } from "./types/events";
0 commit comments