# configuration/strings/document.strings.ts

> 4 lines of code and 4 definitions.

Tree: Site tree
Language: typescript
Layer: product
Canonical: https://banes-lab.com/anatomy/tree#file-configuration-strings-document-strings-ts
Source text: https://banes-lab.com/assets/sources/source.f0493d5918137f3448e8200ef7f52abf5c048a768da002035dea271da89fa470.generated.txt

## Definitions

- `CONTENTS_TITLE` (lexical_declaration, line 1, exported)
- `EFFECTIVE_LABEL` (lexical_declaration, line 3, exported)
- `UPDATED_LABEL` (lexical_declaration, line 5, exported)
- `VERSION_PREFIX` (lexical_declaration, line 7, exported)

## Source

```typescript
export const CONTENTS_TITLE = "Contents";

export const EFFECTIVE_LABEL = "Effective: ";

export const UPDATED_LABEL = "Updated: ";

export const VERSION_PREFIX = "v";
```
