mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 21:04:46 +01:00
9 lines
No EOL
176 B
TypeScript
9 lines
No EOL
176 B
TypeScript
interface Window {
|
|
chrome: any;
|
|
cast: any;
|
|
overrides: {
|
|
[key: string]: any;
|
|
"xdg-open"?: (mime: string) => void;
|
|
};
|
|
BEARER_TOKEN?: string;
|
|
} |