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 146505e commit 2dc31bcCopy full SHA for 2dc31bc
src/types/DeliveryRecord.ts src/types/Delivery.tssrc/types/DeliveryRecord.ts renamed to src/types/Delivery.ts
@@ -6,4 +6,4 @@ interface DeliveryReport {
6
7
type DeliveryRecord = Record<EmailAddress, DeliveryReport>;
8
9
-export default DeliveryRecord;
+export type { DeliveryRecord };
src/types/Videomail.ts
@@ -1,6 +1,6 @@
1
import { PartialDeep } from "type-fest";
2
3
-import DeliveryRecord from "./DeliveryRecord";
+import { DeliveryRecord } from "./Delivery";
4
import { EmailAddress, EmailAddresses } from "./EmailAddress";
5
import RecordingStats from "./RecordingStats";
import VideoFormat from "./VideoFormat";
0 commit comments