# core/ids/release.ids.ts

> 5 lines of code and 5 definitions.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-core-ids-release-ids-ts
Source text: https://banes-lab.com/assets/sources/source.60c964211976816569bf59baedcfda83143c6b48b955bab6916d47c782ad5aad.generated.txt

## Definitions

- `CHAIN_SECTION_ID` (lexical_declaration, line 1, exported)
- `SCALE_SECTION_ID` (lexical_declaration, line 2, exported)
- `DEPLOY_SECTION_ID` (lexical_declaration, line 3, exported)
- `RETIRED_SECTION_ID` (lexical_declaration, line 4, exported)
- `GAP_SECTION_ID` (lexical_declaration, line 5, exported)

## Source

```typescript
export const CHAIN_SECTION_ID = "one-chain";
export const SCALE_SECTION_ID = "scale-follows-from-structure";
export const DEPLOY_SECTION_ID = "the-deploy-is-a-file-operation";
export const RETIRED_SECTION_ID = "when-not";
export const GAP_SECTION_ID = "the-honest-gaps";
```
