mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
11 lines
No EOL
215 B
TypeScript
11 lines
No EOL
215 B
TypeScript
interface Window {
|
|
chrome: any;
|
|
cast: any;
|
|
overrides: {
|
|
[key: string]: any;
|
|
"xdg-open"?: (mime: string) => void;
|
|
};
|
|
VERSION: string;
|
|
bundler: any;
|
|
BEARER_TOKEN?: string;
|
|
} |