# CustomDomainView

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/lib/api-client.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/lib/api-client.ts#L86)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `domain` | `string` |
| `status` | `DomainStatus` |
| `records` | `DnsRecordSpec[]` |
| `lastError` | `string | null` |
| `lastCheckedAt` | `string | null` |
| `verifiedAt` | `string | null` |
| `createdAt` | `string` |
