From ca74fb7ad016f9ceee3756a973baa2d87a8aa1d6 Mon Sep 17 00:00:00 2001 From: Aylur Date: Tue, 4 Jun 2024 23:05:41 +0200 Subject: small fixes * export Gdk * flatten jsx children --- gjs/src/application.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gjs/src/application.ts') diff --git a/gjs/src/application.ts b/gjs/src/application.ts index 42bbb72..b42492f 100644 --- a/gjs/src/application.ts +++ b/gjs/src/application.ts @@ -1,7 +1,7 @@ import { Astal, GObject, Gio } from "./imports.js" type RequestHandler = { - (request: string, res: (response: string) => void): void + (request: string, res: (response: any) => void): void } type Config = Partial<{ -- cgit v1.2.3