filestash/public/global.d.ts
2024-08-14 08:33:02 +10:00

13 lines
No EOL
230 B
TypeScript

interface Window {
chrome: object;
overrides: {
[key: string]: any;
"xdg-open"?: (mime: string) => void;
};
CONFIG: Config;
}
interface Config {
[key: string]: any;
thumbnailer: string[];
}