interface LaunchEmail {
    active: boolean;
    email: string;
    hostBlurb?: string;
    mailgunMessageId?: string;
    scheduledHook?: { scheduledHookId: string };
    sendId?: string;
    subject?: string;
}

Properties

active: boolean
email: string
hostBlurb?: string
mailgunMessageId?: string
scheduledHook?: { scheduledHookId: string }
sendId?: string
subject?: string