Skip to content

Commit

Permalink
fix ExecutionLocation Array type
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Jan 15, 2025
1 parent 8d5424d commit 5aa370f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/sandbox/test.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ declare interface Execution {
setNextRequest(request: string | null): void;
}

declare interface ExecutionLocation extends Array {
declare interface ExecutionLocation extends Array<string> {
/**
* The item name whose script is currently being executed.
*/
Expand Down

0 comments on commit 5aa370f

Please sign in to comment.