interface SubscriberEmailConfig {
    email: string;
}

Properties

Properties

email: string

Email address to send alerts to.