haperone_local-image-compress/src-ts/electron.d.ts
2026-06-15 00:47:58 +02:00

5 lines
110 B
TypeScript

declare module "electron" {
export const shell: {
openPath(targetPath: string): Promise<string>;
};
}