Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.67 KB

domains.md

File metadata and controls

19 lines (14 loc) · 1.67 KB

Domains

Example Usage

import { Domains } from "dub/models/components";

let value: Domains = {
  slug: "acme.com",
};

Fields

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.