link actions to their screenshots - frontend (#4403)
This commit is contained in:
@@ -328,6 +328,7 @@ export type ActionApiResponse = {
|
||||
option: Option | null;
|
||||
file_url: string | null;
|
||||
created_by: string | null;
|
||||
screenshot_artifact_id?: string | null;
|
||||
};
|
||||
|
||||
export type Action = {
|
||||
@@ -339,6 +340,7 @@ export type Action = {
|
||||
stepId: string;
|
||||
index: number;
|
||||
created_by: string | null;
|
||||
screenshotArtifactId?: string | null;
|
||||
};
|
||||
|
||||
export type EvalKind = "workflow" | "task";
|
||||
@@ -464,6 +466,7 @@ export type ActionsApiResponse = {
|
||||
response: string | null;
|
||||
created_by: string | null;
|
||||
text: string | null;
|
||||
screenshot_artifact_id?: string | null;
|
||||
};
|
||||
|
||||
export type TaskV2 = {
|
||||
|
||||
Reference in New Issue
Block a user