import { Address } from "@polar-sh/sdk/models/components";
let value: Address = {
country: "Central African Republic",
};
Field | Type | Required | Description |
---|---|---|---|
line1 |
string | ➖ | N/A |
line2 |
string | ➖ | N/A |
postalCode |
string | ➖ | N/A |
city |
string | ➖ | N/A |
state |
string | ➖ | N/A |
country |
string | ✔️ | N/A |