# types/derivation.types.ts

> 4 lines of code and 1 definition.

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

## Definitions

- `Finding` (interface_declaration, line 1, exported)

## Source

```typescript
export interface Finding {
    readonly file: string;
    readonly message: string;
}
```
