Skip to content

Commit

Permalink
Make to optional (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima-369 authored Dec 8, 2023
1 parent 511ed3f commit 867a113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postal-mime.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export type Email = {
replyTo?: Address[];
deliveredTo?: string;
returnPath?: string;
to: Address[];
to?: Address[];
cc?: Address[];
bcc?: Address[];
subject?: string;
Expand Down

0 comments on commit 867a113

Please sign in to comment.