Skip to main content

Interface: WorkspaceAvailableDomain

Defined in: packages/sdk/src/types/generated/workspace.ts:141

Slim view of an OrgDomain for selection in workspace forms.

Intentionally smaller than OrgDomainResponse — workspace members don't need ownership tokens, DNS records, last-checked timestamps, etc. Just enough to populate a dropdown, pass the uuid back as a foreign reference (e.g. orgDomainUuid on inbox creation), and let the UI mark non-verified entries as disabled with a reason.

Properties

domain

domain: string

Defined in: packages/sdk/src/types/generated/workspace.ts:143


emailStatus?

optional emailStatus: string | null

Defined in: packages/sdk/src/types/generated/workspace.ts:145


ownershipStatus

ownershipStatus: string

Defined in: packages/sdk/src/types/generated/workspace.ts:144


siteStatus?

optional siteStatus: string | null

Defined in: packages/sdk/src/types/generated/workspace.ts:146


uuid

uuid: string

Defined in: packages/sdk/src/types/generated/workspace.ts:142