DomainVerification

db · /index·type

Public connection state of one routable domain, as surfaced by the admin connect screen. Legacy rows (no stored status) are coalesced by the seam to verified/service_domain — they predate verification and are already live. Informational only: routing never reads it.

Properties

domain
string
lastCheckedAt
number | null
status
'pending' | 'verified' | 'failed'
verifiedAt
number | null
via
'vercel' | 'service_domain' | 'localhost' | null

Example

import type { DomainVerification } from '@nordcom/commerce-db';
const isLive = (state: DomainVerification): boolean => state.status === 'verified';

FeatureFlagService ReviewService ShopService FeatureFlagOption FeatureFlagRef ResolvedCartLineTokens ResolvedProductCardTokens ResolvedShopTheme

Sourceshop.ts:279Edit the JSDoc directly
Metadata@nordcom/commerce-db@0.1.0Open in GitHub ↗

On this page