| 123456789101112131415161718 |
- declare module "app/core/controllers/all" {
- let json: any;
- export {json};
- }
- declare module "app/core/routes/all" {
- let json: any;
- export {json};
- }
- declare module "app/core/services/all" {
- let json: any;
- export default json;
- }
|