<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`CliHandler`](CliHandler)
## CliHandler type
1.12.2
**Signature:**
```typescript
export type CliHandler = (params: CliData) => string | Promise<string>;
```
**References:** [`CliData`](CliData)