interface CreateEmailResponse {
    emails: Email[];
}

Properties

Properties

emails: Email[]

Single page of emails matching the requested criteria.