nidus-sync/ts/env.d.ts

9 lines
152 B
TypeScript
Raw Permalink Normal View History

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