jan/web/types/index.d.ts
2023-10-30 23:20:10 +07:00

12 lines
226 B
TypeScript

export {}
declare global {
declare const PLUGIN_CATALOG: string
declare const VERSION: string
interface Window {
electronAPI?: any | undefined;
corePlugin?: any | undefined;
coreAPI?: any | undefined;
}
}