mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-01 21:13:11 +00:00
chore: Fix some typing
This commit is contained in:
@@ -4,5 +4,5 @@ export function sh(shellCommand: string) {
|
||||
return {
|
||||
command: "sh",
|
||||
args: ["-c", shellCommand],
|
||||
} as Partial<Parameters<Effects["runCommand"]>[0]>;
|
||||
} as Parameters<Effects["runCommand"]>[0];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user