ReplyToEmailInput: {
    additionalRecipients?: InputMaybe<EmailParticipantInput[]>;
    attachmentIds?: InputMaybe<Scalars["ID"][]>;
    customerId: Scalars["ID"];
    fromAlternateSupportEmail?: InputMaybe<EmailParticipantInput>;
    hiddenRecipients?: InputMaybe<EmailParticipantInput[]>;
    inReplyToEmailId: Scalars["ID"];
    markdownContent?: InputMaybe<Scalars["String"]>;
    textContent: Scalars["String"];
}

Type declaration

Generated using TypeDoc