# configuration/strings/coordination.strings.ts

> 7 lines of code and 7 definitions.

Tree: Build tree
Language: typescript
Layer: product
Canonical: https://banes-lab.com/anatomy/build#file-build-configuration-strings-coordination-strings-ts
Source text: https://banes-lab.com/assets/sources/source.3d1cceaf6859beea43f05864ec79882cf274374823b5ecb0d951008c4dfe5538.generated.txt

## Definitions

- `CLEAN_COORDINATION` (lexical_declaration, line 1, exported)
- `HOST_TERM_LEAD` (lexical_declaration, line 3, exported)
- `POPULATED_FOLDER_LEAD` (lexical_declaration, line 5, exported)
- `BOUND_SEAT_LEAD` (lexical_declaration, line 7, exported)
- `FILED_ENTRY_LEAD` (lexical_declaration, line 9, exported)
- `SCHEDULED_AGENDA` (lexical_declaration, line 11, exported)
- `NO_PACKAGE` (lexical_declaration, line 13, exported)

## Source

```typescript
export const CLEAN_COORDINATION = "The package names no host term, and every surface an adopter fills ships empty.";

export const HOST_TERM_LEAD = "names the host term ";

export const POPULATED_FOLDER_LEAD = "ships a file in a folder that must ship empty: ";

export const BOUND_SEAT_LEAD = "binds a seat letter the package must not ship: ";

export const FILED_ENTRY_LEAD = "carries an accumulator entry the package must not ship: ";

export const SCHEDULED_AGENDA = "carries agenda rows; the package ships an empty schedule";

export const NO_PACKAGE = "The Coordination Surface member is missing at ";
```
