nidus-sync/ts/env.d.ts
Eli Ribble 03301518f0
TypeScript checking is clean.
Tons and tons of broken functionality. Now the crawl begins.
2026-03-22 02:55:17 +00:00

8 lines
152 B
TypeScript

declare global {
interface Window {
bootstrap: typeof import("bootstrap");
SSEManager: typeof import("./sse-manager").SSEManager;
}
}
export {};