rename variable (#2865)
This commit is contained in:
@@ -143,7 +143,7 @@ export type CreateTaskRequest = {
|
||||
totp_identifier?: string | null;
|
||||
application?: string | null;
|
||||
include_action_history_in_verification?: boolean | null;
|
||||
max_screenshot_scrolling_times?: number | null;
|
||||
max_screenshot_scrolls?: number | null;
|
||||
};
|
||||
|
||||
export type User = {
|
||||
@@ -298,7 +298,7 @@ export type WorkflowRunStatusApiResponse = {
|
||||
task_v2: TaskV2 | null;
|
||||
workflow_title: string | null;
|
||||
browser_session_id: string | null;
|
||||
max_screenshot_scrolling_times: number | null;
|
||||
max_screenshot_scrolls: number | null;
|
||||
};
|
||||
|
||||
export type TaskGenerationApiResponse = {
|
||||
|
||||
Reference in New Issue
Block a user