Files
Oxicloud/static/js/vendors/vendors.d.ts
T
Edouard Vanbelle fac184ccfe style(front/js): apply types on all objects
- reduce amount of warnings in IDE
    - maximize API type mapping with static/js/core/types.js
2026-05-19 10:18:33 +02:00

6 lines
72 B
TypeScript

declare module '*.mjs' {
const value: any;
export default value;
}