Salih/fix both goals empty bug (#348)

This commit is contained in:
Kerem Yilmaz
2024-05-20 13:50:21 -07:00
committed by GitHub
parent 83d8b76931
commit d8175ba22e
6 changed files with 140 additions and 92 deletions

View File

@@ -60,8 +60,8 @@ export type TaskApiResponse = {
title: string | null;
url: string;
webhook_callback_url: string;
navigation_goal: string;
data_extraction_goal: string;
navigation_goal: string | null;
data_extraction_goal: string | null;
navigation_payload: string | object; // stringified JSON
error_code_mapping: null;
proxy_location: string;