Task form redesign (#888)

This commit is contained in:
Kerem Yilmaz
2024-09-30 07:12:01 -07:00
committed by GitHub
parent 0b8f6ac1d8
commit 8b310a464f
8 changed files with 832 additions and 627 deletions

View File

@@ -77,6 +77,8 @@ export type TaskApiResponse = {
error_code_mapping: null;
proxy_location: string;
extracted_information_schema: string | object;
totp_verification_url: string | null;
totp_identifier: string | null;
};
task_id: string;
status: Status;