# Interface: FlowEvent\<T\>

Defined in: [packages/sdk/src/core/types.ts:324](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L324)

## Type Parameters

### T

`T` = `unknown`

## Properties

### data

> **data**: `T`

Defined in: [packages/sdk/src/core/types.ts:326](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L326)

***

### timestamp

> **timestamp**: `number`

Defined in: [packages/sdk/src/core/types.ts:327](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L327)

***

### type

> **type**: [`FlowEventType`](https://plandalf.com/docs/packages/sdk/type-aliases/FlowEventType)

Defined in: [packages/sdk/src/core/types.ts:325](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L325)

Source: https://plandalf.com/docs/packages/sdk/interfaces/FlowEvent
