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

## Definitions

- `INFORMATION_PROTECTION_SECTION_ID` (lexical_declaration, line 1, exported)
- `INFORMATION_APPLICATION_SECTION_ID` (lexical_declaration, line 2, exported)
- `INFORMATION_INFRASTRUCTURE_SECTION_ID` (lexical_declaration, line 3, exported)
- `INFORMATION_PARTIES_SECTION_ID` (lexical_declaration, line 4, exported)
- `INFORMATION_CONTACT_SECTION_ID` (lexical_declaration, line 5, exported)
- `INFORMATION_TECHNICAL_SECTION_ID` (lexical_declaration, line 6, exported)

## Source

```typescript
export const INFORMATION_PROTECTION_SECTION_ID = "data-protection";
export const INFORMATION_APPLICATION_SECTION_ID = "application-security";
export const INFORMATION_INFRASTRUCTURE_SECTION_ID = "infrastructure";
export const INFORMATION_PARTIES_SECTION_ID = "third-party";
export const INFORMATION_CONTACT_SECTION_ID = "contact";
export const INFORMATION_TECHNICAL_SECTION_ID = "technical-details";
```
