import { Email } from "@apideck/unify/models/components";
let value: Email = {
id: "123",
email: "elon@musk.com",
type: "primary",
};| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
string | ➖ | Unique identifier for the email address | 123 |
email |
string | ✔️ | Email address | elon@musk.com |
type |
components.EmailType | ➖ | Email type | primary |