export interface PostmarkEmailDefault { From: string; To: string; Subject: string; TextBody: string; HtmlBody: string; }