Skip to content

Commit

Permalink
chore: fix types with NodeJS dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder committed May 19, 2024
1 parent 3ad3283 commit 15b530a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slug/shell/runtime-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface Runtime {
env: { [key: string]: string };
aliases: { [key: string]: string[] };
nod: string[];
ssh: { sshAddress: string, sshArgs: string[], env: NodeJS.ProcessEnv };
ssh: { sshAddress: string, sshArgs: string[], env: {[key: string]: string} };
reconnect: string;
code: string;
}
Expand Down

0 comments on commit 15b530a

Please sign in to comment.