# Variable: FlowHandleEventType

> `const` **FlowHandleEventType**: `object`

Defined in: [packages/sdk/src/core/outcomes.ts:18](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/outcomes.ts#L18)

## Type Declaration

### Cancel

> `readonly` **Cancel**: `"cancel"` = `'cancel'`

### Complete

> `readonly` **Complete**: `"complete"` = `'complete'`

### Purchase

> `readonly` **Purchase**: `"purchase"` = `'purchase'`

### Start

> `readonly` **Start**: `"start"` = `'start'`

Source: https://plandalf.com/docs/packages/sdk/variables/FlowHandleEventType
