Skip to content

Commit 0987d97

Browse files
author
Ståle Zerener Haugnæss
committed
Added 'skipped' to AgentRunEvent
1 parent 3de1a80 commit 0987d97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/las-sdk-core/src/types/agentRun.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export type AgentRunEvent = {
4040
timestamp: Date;
4141
validationId?: string | null;
4242
warnings?: string[] | null;
43+
skipped?: boolean;
4344
};
4445

4546
export type AgentRun = {

0 commit comments

Comments
 (0)