Skip to content

Commit d2b7b64

Browse files
Merge pull request #344 from eyaleizenberg/patch-1
Update Messages.ts
2 parents 72e9e1a + c80dfa5 commit d2b7b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/interfaces/Messages.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ export type MailgunMessageData = MailgunMessageContent & {
4848
/**
4949
* Same as `To` but for `carbon copy`
5050
*/
51-
cc?: string;
51+
cc?: string | string[];
5252

5353
/**
5454
* Same as `To` but for `blind carbon copy`
5555
*/
56-
bcc?: string;
56+
bcc?: string | string[];
5757

5858
/**
5959
* Message subject

0 commit comments

Comments
 (0)