mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-30 17:46:41 +08:00
11 lines
215 B
TypeScript
11 lines
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;
|
|
} |