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
PROPTYPEDESCRIPTION
domain
string
lastCheckedAt
number |
nullstatus
'pending' | 'verified' | 'failed'verifiedAt
number |
nullvia
'vercel' | 'service_domain' | 'localhost' | nullExample
import type { DomainVerification } from '@nordcom/commerce-db';
const isLive = (state: DomainVerification): boolean => state.status === 'verified';Related
FeatureFlagService ReviewService ShopService FeatureFlagOption FeatureFlagRef ResolvedCartLineTokens ResolvedProductCardTokens ResolvedShopTheme