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