# configuration/constants/coverage.constants.ts

> 3 lines of code and 3 definitions.

Tree: Build tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/build#file-build-configuration-constants-coverage-constants-ts
Source text: https://banes-lab.com/assets/sources/source.b463a25bf49604dee6394558265a353f50da7ece932ece175d87841538066212.generated.txt

## Definitions

- `GRAPH_EXPORT_SUFFIX` (lexical_declaration, line 1, exported)
- `CONSTANTS_CONCERN` (lexical_declaration, line 3, exported)
- `CONFIGURATION_CONTAINER` (lexical_declaration, line 5, exported)

## Source

```typescript
export const GRAPH_EXPORT_SUFFIX = "_GRAPH";

export const CONSTANTS_CONCERN = "constants";

export const CONFIGURATION_CONTAINER = "configuration";
```
