# tools/core/constants/verdict.constants.ts

> 1 lines of code and 1 definition.

Tree: Coordination tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/coordination#file-coordination-tools-core-constants-verdict-constants-ts
Source text: https://banes-lab.com/assets/sources/source.775336a9fcac73d3b9030624192a6a65b51c9c4223c6ae0c8d909910c97d263f.generated.txt

## Definitions

- `MIDDLE_TIERS` (lexical_declaration, line 1, exported)

## Source

```typescript
export const MIDDLE_TIERS = ["warn", "warning", "info", "advisory", "notice", "minor"];
```
