Type alias ReplyToThreadEmailChannelSpecificOptionsInput

ReplyToThreadEmailChannelSpecificOptionsInput: {
    additionalRecipients?: InputMaybe<EmailParticipantInput[]>;
    hiddenRecipients?: InputMaybe<EmailParticipantInput[]>;
}

Type declaration

Generated using TypeDoc