Kind: Interface
Source: atloria-monorepo/apps/web/src/lib/api-client.ts
Properties
| Property | Type |
|---|---|
status | DomainStatus |
registrar | `{ name: string; url?: string } |
records | Array<DnsRecordSpec & { observed: string[]; ok: boolean; hint?: string }> |
issues | Array<{ code: string; message: string }> |
Was this page helpful?