Skip to content

Commit

Permalink
Show terminate in the action type pills (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykeremy authored Oct 8, 2024
1 parent 45013ad commit 157628d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skyvern-frontend/src/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export const ActionTypes = {
UploadFile: "upload_file",
complete: "complete",
wait: "wait",
terminate: "terminate",
} as const;

export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
Expand All @@ -211,6 +212,7 @@ export const ReadableActionTypes: {
upload_file: "Upload File",
complete: "Complete",
wait: "Wait",
terminate: "Terminate",
};

export type Option = {
Expand Down

0 comments on commit 157628d

Please sign in to comment.