mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
chore: Fix some typing
This commit is contained in:
@@ -145,6 +145,7 @@ export type Effects = {
|
||||
runDaemon(input: { command: string; args?: string[] }): {
|
||||
wait(): Promise<string>;
|
||||
term(): Promise<void>;
|
||||
[DaemonProof]: never;
|
||||
};
|
||||
|
||||
/** Uses the chown on the system */
|
||||
|
||||
Reference in New Issue
Block a user