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

***

# Type Alias: FlowBuilderInput

> **FlowBuilderInput**: `Omit`<`Flow`, `"steps"`> & `object`

Defined in: flow-builder.ts:12

Input used to create a flow builder.

This is the normal `Flow` resource shape without requiring `steps` up front. You can pass existing steps if you want to append to a partially built flow.

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

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

> `optional` **steps**: `FlowStep`\[]
