jan/web/types/index.d.ts
Louis 1143bd3846
refactor: jan extensions (#799)
* refactor: rename plugin to extension
2023-12-01 11:30:29 +07:00

12 lines
243 B
TypeScript

/* eslint-disable @typescript-eslint/no-explicit-any */
export {}
declare global {
declare const PLUGIN_CATALOG: string
declare const VERSION: string
interface Window {
core?: any | undefined
electronAPI?: any | undefined
}
}