Interface EmailSubscriberData

interface EmailSubscriberData {
    email: string;
}

Hierarchy (View Summary)

Properties

Properties

email: string