# ControlFlow

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/parsers/backend/control-flow.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/parsers/backend/control-flow.ts#L58)

## Properties

| Property | Type |
|---|---|
| `guards` | `GuardClause[]` |
| `catches` | `CatchOutcome[]` |
| `catchCounts` | `Record<CatchOutcome['kind'], number>` |
