chore: Fix some typing

This commit is contained in:
BluJ
2023-04-07 11:45:35 -06:00
parent 49277bfc78
commit 17f02bf851
4 changed files with 5 additions and 4 deletions

View File

@@ -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 */