nidus-sync/ts/global.d.ts

12 lines
196 B
TypeScript

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