diff options
Diffstat (limited to 'lang/gjs/src/process.ts')
-rw-r--r-- | lang/gjs/src/process.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gjs/src/process.ts b/lang/gjs/src/process.ts index 6e3a4a9..dd4a6ae 100644 --- a/lang/gjs/src/process.ts +++ b/lang/gjs/src/process.ts @@ -6,7 +6,8 @@ type Args = { err?: (stderr: string) => void } -export const { Process } = Astal +export type Process = Astal.Process +export const Process = Astal.Process export function subprocess(args: Args): Astal.Process |