# core/ids/privacy.ids.ts

> 8 lines of code and 8 definitions.

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

## Definitions

- `PRIVACY_OPERATOR_SECTION_ID` (lexical_declaration, line 1, exported)
- `PRIVACY_COLLECTION_SECTION_ID` (lexical_declaration, line 2, exported)
- `PRIVACY_SERVER_SECTION_ID` (lexical_declaration, line 3, exported)
- `PRIVACY_PARTIES_SECTION_ID` (lexical_declaration, line 4, exported)
- `PRIVACY_RIGHTS_SECTION_ID` (lexical_declaration, line 5, exported)
- `PRIVACY_SECURITY_SECTION_ID` (lexical_declaration, line 6, exported)
- `PRIVACY_CHANGES_SECTION_ID` (lexical_declaration, line 7, exported)
- `PRIVACY_CONTACT_SECTION_ID` (lexical_declaration, line 8, exported)

## Source

```typescript
export const PRIVACY_OPERATOR_SECTION_ID = "data-controller";
export const PRIVACY_COLLECTION_SECTION_ID = "what-we-dont-collect";
export const PRIVACY_SERVER_SECTION_ID = "what-the-server-sees";
export const PRIVACY_PARTIES_SECTION_ID = "third-parties";
export const PRIVACY_RIGHTS_SECTION_ID = "your-rights";
export const PRIVACY_SECURITY_SECTION_ID = "security";
export const PRIVACY_CHANGES_SECTION_ID = "changes";
export const PRIVACY_CONTACT_SECTION_ID = "contact";
```
