# configuration/records/writing.record.ts

> 10 lines of code and 2 definitions.

Tree: Build tree
Language: typescript
Layer: domain
Canonical: https://banes-lab.com/anatomy/build#file-build-configuration-records-writing-record-ts
Source text: https://banes-lab.com/assets/sources/source.0186e43eea287e85317518bcb52faa18336a5bc67f3da115d734b7a156ffa92e.generated.txt

## Definitions

- `READING_SCOPE` (lexical_declaration, line 3, exported)
- `READING_SIGNOFFS` (lexical_declaration, line 12, exported)

## Source

```typescript
import type { ReadingSignoff } from "#types/writing.types";

export const READING_SCOPE: readonly string[] = [
    "home",
    "faq",
    "licensing",
    "disciplined-methodology",
    "pag",
    "software-architecture",
];

export const READING_SIGNOFFS: readonly ReadingSignoff[] = [];
```
