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

11 lines
192 B
TypeScript

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