Skip to content

Commit 11c09d4

Browse files
committed
Fix delivery record type
1 parent d12bdcc commit 11c09d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import VideomailClient from "./client";
22

33
export type { Command } from "./types/command";
4-
export type DeliveryRecord = "./types/DeliveryRecord";
54
export type { VideomailCommandArgs } from "./types/command";
5+
export type { DeliveryRecord } from "./types/Delivery";
66
export type { EmailAddress, EmailAddresses } from "./types/EmailAddress";
77
export type { FullVideomailErrorData, VideomailErrorData } from "./types/error";
88
export type { VideomailEvents, VideomailPreviewParams } from "./types/events";

0 commit comments

Comments
 (0)