Skip to content

Commit

Permalink
Add form state for output transform
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Oct 31, 2024
1 parent 293a984 commit 73a6454
Show file tree
Hide file tree
Showing 2 changed files with 440 additions and 319 deletions.
7 changes: 7 additions & 0 deletions common/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@ export type InputTransformFormValues = {
};
export type InputTransformSchema = WorkflowSchema;

// Form / schema interfaces for the output transform sub-form
export type OutputTransformFormValues = {
output_map: MapArrayFormValue;
full_response_path: ConfigFieldValue;
};
export type OutputTransformSchema = WorkflowSchema;

/**
********** WORKSPACE TYPES/INTERFACES **********
*/
Expand Down
Loading

0 comments on commit 73a6454

Please sign in to comment.