PdfSubmissionEventEmailTemplateMapping: {
    mustacheTag: string;
} & ({
    formElementId: string;
    type: "FORM_ELEMENT";
} | {
    text: string;
    type: "TEXT";
})

Type declaration

  • mustacheTag: string

    The mustache tag to replace in the email template.