Files
filestash/public/global.d.ts

15 lines
269 B
TypeScript

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