jan/web/types/index.d.ts
2023-10-26 08:59:28 +07:00

11 lines
191 B
TypeScript

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