Files
zulip-desktop/typings.d.ts
Anders Kaseorg f8758fa303 Use electron fetch API.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-13 23:22:25 -07:00

7 lines
145 B
TypeScript

declare module "zulip:remote" {
export const {
app,
dialog,
}: typeof import("electron/main") | typeof import("@electron/remote");
}