importtype * asIntercomfrom"../index.js";
/**
* Payload of the request to reply on behalf of a contact using their `email`
*/exportinterfaceContactReplyTicketEmailRequestextendsIntercom.ContactReplyBaseRequest {
/** The email you have defined for the user. */email: string;
}