# core/ids/evidence.ids.ts

> 4 lines of code and 4 definitions.

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

## Definitions

- `APPEARANCE_SECTION_ID` (lexical_declaration, line 1, exported)
- `VERIFIER_SECTION_ID` (lexical_declaration, line 2, exported)
- `REPORT_SECTION_ID` (lexical_declaration, line 3, exported)
- `UNKNOWN_SECTION_ID` (lexical_declaration, line 4, exported)

## Source

```typescript
export const APPEARANCE_SECTION_ID = "it-looked-right";
export const VERIFIER_SECTION_ID = "verify-the-verifier";
export const REPORT_SECTION_ID = "a-report-not-a-checkbox";
export const UNKNOWN_SECTION_ID = "unknown-is-not-pass";
```
