Copy as Markdown[View as Markdown](/docs/sdk/type-aliases/FlowDataProductStepInput.md)

***

# Type Alias: FlowDataProductStepInput

> **FlowDataProductStepInput**: [`FlowStepInput`](/docs/sdk/type-aliases/FlowStepInput.md) & `object`

Defined in: flow-builder.ts:65

Payload for a flow step that references a data product.

## Type declaration[​](#type-declaration "Direct link to Type declaration")

### dataProduct?[​](#dataproduct "Direct link to dataProduct?")

> `optional` **dataProduct**: `object`

#### dataProduct.id[​](#dataproductid "Direct link to dataProduct.id")

> **id**: `string`

#### dataProduct.version?[​](#dataproductversion "Direct link to dataProduct.version?")

> `optional` **version**: `string`

### version?[​](#version "Direct link to version?")

> `optional` **version**: `string`
