import { Domains } from "dub/models/components";
let value: Domains = {
slug: "acme.com",
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
slug |
string | ✔️ | The domain name. | acme.com |
primary |
boolean | ➖ | Whether the domain is the primary domain for the workspace. | |
verified |
boolean | ➖ | Whether the domain is verified. |