funcion/actualizaciones #48

Merged
atasistro merged 48 commits from funcion/actualizaciones into master 2025-08-27 19:09:05 -03:00
Showing only changes of commit b976826bf5 - Show all commits

10
resources/js/globals.d.ts vendored Normal file
View file

@ -0,0 +1,10 @@
declare global {
interface Window {
Vue: typeof Vue;
Event: InstanceType<typeof Vue>;
axios: typeof axios;
bulmaToast: {
toast: (options: any) => void;
};
}
}