/**
 * This file was auto-generated by Fern from our API Definition.
 */
import * as Intercom from "../../../index";
/**
 * Contains metadata if the message was sent as an email
 */
export interface EmailMessageMetadata {
    /** The subject of the email */
    subject?: string;
    /** A list of an email address headers. */
    email_address_headers?: Intercom.unstable.EmailAddressHeader[];
}
