Jon/UI updates 09 15 1 (#3441)

This commit is contained in:
Jonathan Dobson
2025-09-15 18:54:03 -04:00
committed by GitHub
parent 6ee329866b
commit b6c1e16c96
11 changed files with 476 additions and 204 deletions

View File

@@ -304,6 +304,7 @@ export type WorkflowRunApiResponse = {
failure_reason: string | null;
modified_at: string;
proxy_location: ProxyLocation | null;
script_run: boolean | null;
status: Status;
title?: string;
webhook_callback_url: string;