Skip to content

Commit d6f2059

Browse files
committed
Adding idempotentHint
1 parent 6707441 commit d6f2059

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ export interface Action<
386386
props?: ActionPropDefinitions;
387387
annotations?: {
388388
destructiveHint?: boolean;
389+
idempotentHint?: boolean;
389390
openWorldHint?: boolean;
390391
readOnlyHint?: boolean;
391392
}

0 commit comments

Comments
 (0)