🕎 shellProvider.ts

This commit is contained in:
nirholas
2026-03-31 10:24:29 +00:00
parent 445cb2d7d4
commit 979bed42fb

View File

@@ -31,3 +31,4 @@ export type ShellProvider = {
*/ */
getEnvironmentOverrides(command: string): Promise<Record<string, string>> getEnvironmentOverrides(command: string): Promise<Record<string, string>>
} }