add extract action type in frontend (#1631)
This commit is contained in:
@@ -145,6 +145,7 @@ export const ActionTypes = {
|
|||||||
wait: "wait",
|
wait: "wait",
|
||||||
terminate: "terminate",
|
terminate: "terminate",
|
||||||
SolveCaptcha: "solve_captcha",
|
SolveCaptcha: "solve_captcha",
|
||||||
|
extract: "extract",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
|
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
|
||||||
@@ -160,6 +161,7 @@ export const ReadableActionTypes: {
|
|||||||
wait: "Wait",
|
wait: "Wait",
|
||||||
terminate: "Terminate",
|
terminate: "Terminate",
|
||||||
solve_captcha: "Solve Captcha",
|
solve_captcha: "Solve Captcha",
|
||||||
|
extract: "Extract Data",
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Option = {
|
export type Option = {
|
||||||
|
|||||||
Reference in New Issue
Block a user