# CustomDomainView

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/project/project-domains.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/project/project-domains.service.ts#L27)

## Properties

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