nidus-sync/ts/global.d.ts
2026-03-21 19:41:51 +00:00

12 lines
186 B
TypeScript

import * as bootstrap from "bootstrap";
declare global {
interface Window {
Alpine: any;
SSEManager: any;
createAppPlanning: any;
bootstrap: typeof bootstrap;
}
}
export {};