diff options
Diffstat (limited to 'node/src/application.ts')
-rw-r--r-- | node/src/application.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/src/application.ts b/node/src/application.ts index 552f2a9..13a999c 100644 --- a/node/src/application.ts +++ b/node/src/application.ts @@ -2,7 +2,7 @@ import gi from "node-gtk" const Astal = gi.require("Astal", "0.1") type RequestHandler = { - (request: string, res: (response: string) => void): void + (request: string, res: (response: any) => void): void } type Config = Partial<{ |