ddbb43cd09
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
12 lines
154 B
Markdown
12 lines
154 B
Markdown
---
|
|
sidebar_label: ActionResult
|
|
---
|
|
|
|
# ActionResult type
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export type ActionResult = 'continue' | 'abort' | 'respond';
|
|
```
|