# core/ids/plan.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-plan-ids-ts
Source text: https://banes-lab.com/assets/sources/source.07bea2c3a05798a0041029f36138087cfd84cdcdc0a0dc451c89e3e4a9fe1885.generated.txt

## Definitions

- `WORTH_SECTION_ID` (lexical_declaration, line 1, exported)
- `FLAT_LIST_SECTION_ID` (lexical_declaration, line 2, exported)
- `TEMPLATE_SECTION_ID` (lexical_declaration, line 3, exported)
- `QUESTION_SECTION_ID` (lexical_declaration, line 4, exported)
- `TENSION_SECTION_ID` (lexical_declaration, line 5, exported)

## Source

```typescript
export const WORTH_SECTION_ID = "worth-before-work";
export const FLAT_LIST_SECTION_ID = "the-flat-checklist";
export const TEMPLATE_SECTION_ID = "execute-the-template";
export const QUESTION_SECTION_ID = "ask-where-it-appears";
export const TENSION_SECTION_ID = "when-rules-collide";
```
