# core/ids/terms.ids.ts

> 6 lines of code and 6 definitions.

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

## Definitions

- `TERMS_SERVICE_SECTION_ID` (lexical_declaration, line 1, exported)
- `TERMS_USE_SECTION_ID` (lexical_declaration, line 2, exported)
- `TERMS_CONTENT_SECTION_ID` (lexical_declaration, line 3, exported)
- `TERMS_WARRANTY_SECTION_ID` (lexical_declaration, line 4, exported)
- `TERMS_CHANGES_SECTION_ID` (lexical_declaration, line 5, exported)
- `TERMS_CONTACT_SECTION_ID` (lexical_declaration, line 6, exported)

## Source

```typescript
export const TERMS_SERVICE_SECTION_ID = "service-description";
export const TERMS_USE_SECTION_ID = "acceptable-use";
export const TERMS_CONTENT_SECTION_ID = "content";
export const TERMS_WARRANTY_SECTION_ID = "no-warranty";
export const TERMS_CHANGES_SECTION_ID = "changes";
export const TERMS_CONTACT_SECTION_ID = "contact";
```
