interface HtmlPreviewResponse {
    emailSubject: string;
    templateContent: string;
}

Properties

emailSubject: string
templateContent: string