fix(core): update
This commit is contained in:
@ -15,14 +15,14 @@ export interface IMailgunMessage {
|
||||
'X-Gm-Message-State': string;
|
||||
'body-plain': string;
|
||||
attachments: Array<{
|
||||
url: string,
|
||||
'content-type': string,
|
||||
name: string,
|
||||
size: number
|
||||
}>;
|
||||
url: string;
|
||||
'content-type': string;
|
||||
name: string;
|
||||
size: number;
|
||||
}>;
|
||||
'body-html': string;
|
||||
'Mime-Version': string;
|
||||
Date: string,
|
||||
Date: string;
|
||||
'Message-Id': string;
|
||||
'Content-Type': string;
|
||||
'X-Google-Smtp-Source': string;
|
||||
|
@ -43,5 +43,5 @@ export interface IMailgunNotification {
|
||||
'stripped-signature': string;
|
||||
|
||||
// Lossless specific
|
||||
X-Lossless-Auth: string
|
||||
"X-Lossless-Auth": string;
|
||||
}
|
Reference in New Issue
Block a user