Skip to content

Commit

Permalink
Merge branch 'feat-workflow-steps' into feat-workflow-steps
Browse files Browse the repository at this point in the history
  • Loading branch information
misscoded authored Sep 3, 2020
2 parents 50286b6 + f2c17a0 commit f9e1c55
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/types/view/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ export interface ViewClosedAction {
api_app_id: string;
token: string;
is_cleared: boolean;
workflow_step?: {
workflow_step_edit_id: string;
workflow_id: string;
step_id: string;
};
}

/**
Expand Down

0 comments on commit f9e1c55

Please sign in to comment.