Skip to content

Commit

Permalink
Add external_id to WorkflowStepView (#1392)
Browse files Browse the repository at this point in the history
* Adds id prop
  • Loading branch information
srajiang committed Dec 10, 2021
1 parent 9c26486 commit ed3e815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export interface WorkflowStepView {
private_metadata?: string;
callback_id?: string;
submit_disabled?: boolean; // defaults to false
external_id?: string;
}

export type View = HomeView | ModalView | WorkflowStepView;
Expand Down

0 comments on commit ed3e815

Please sign in to comment.