Skip to content

Commit

Permalink
add missing Execution.skipRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll authored Nov 15, 2024
1 parent 8d5424d commit ec69ff7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/sandbox/test.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@ declare interface Execution {
* @param request - name of the request to run next
*/
setNextRequest(request: string | null): void;

/**
* TODO copy the documentation from postman
*/
skipRequest(): void
}

declare interface ExecutionLocation extends Array {
Expand Down

0 comments on commit ec69ff7

Please sign in to comment.