Fix running and queued action navigation (#449)

This commit is contained in:
Salih Altun
2024-06-07 22:04:20 +03:00
committed by GitHub
parent 042e34d261
commit 12b83e009e
5 changed files with 10 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ export type StepApiResponse = {
is_last: boolean;
order: number;
organization_id: string;
output: {
output?: {
actions_and_results: ActionAndResultApiResponse[];
errors: unknown[];
};