> For the complete documentation index, see [llms.txt](https://cddnss.knaup.pw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cddnss.knaup.pw/types/record.md).

# Record

```typescript
type Record = {
  name: string;
  type?: RecordTypes;
  proxied?: boolean;
  ttl?: number;
  priority?: number;
  content?: string;
};
```
