---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/dev-tools/type-aliases/DevGateVerdict.md
description: Gate verdict; omission or approval permits the step.
---

# Type Alias: DevGateVerdict

```ts
type DevGateVerdict =
  | {
      approved: true;
    }
  | {
      approved: false;
      note?: string;
    };
```

Defined in: [src/batteries/dev\_tools/types.ts:215](https://github.com/NHTIO/ADK/blob/master/src/src/batteries/dev_tools/types.ts#L215)

Gate verdict; omission or approval permits the step.
