Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Loe committed Apr 4, 2024
1 parent 1599309 commit 99e8596
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/contrib/automationanywhere/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ export const FAILURE_STATUSES = new Set([
"RUN_TIMED_OUT",
]);

// Note: The following AA response types were reverse-engineered from the
// Automation Anywhere Run Bot API response payloads.

type TableColumnSchema = {
name: string;
type: string;
Expand Down

0 comments on commit 99e8596

Please sign in to comment.