# core/ids/faq.ids.ts

> 2 lines of code and 2 definitions.

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

## Definitions

- `ORIGIN_SECTION_ID` (lexical_declaration, line 1, exported)
- `PRACTICE_SECTION_ID` (lexical_declaration, line 2, exported)

## Source

```typescript
export const ORIGIN_SECTION_ID = "origin";
export const PRACTICE_SECTION_ID = "practice";
```
