Files
filestash/public/global.d.ts

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;
}