mirror of
https://github.com/haperone/local-image-compress.git
synced 2026-07-22 06:44:26 +00:00
5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
declare module "electron" {
|
|
export const shell: {
|
|
openPath(targetPath: string): Promise<string>;
|
|
};
|
|
}
|