File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
packages/cli/src/routeGeneration/templates Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
/* tslint:disable */
2
2
/* eslint-disable */
3
3
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
4
- import { TsoaRoute, fetchMiddlewares, ExpressTemplateService } from '@tsoa/runtime';
4
+ import type { TsoaRoute } from '@tsoa/runtime';
5
+ import { fetchMiddlewares, ExpressTemplateService } from '@tsoa/runtime';
5
6
{{ #each controllers }}
6
7
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
7
8
import { {{ name }} } from '{{ modulePath }} ';
Original file line number Diff line number Diff line change 1
1
/* tslint:disable */
2
2
/* eslint-disable */
3
3
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
4
- import { TsoaRoute, fetchMiddlewares, HapiTemplateService } from '@tsoa/runtime';
4
+ import type { TsoaRoute } from '@tsoa/runtime';
5
+ import { fetchMiddlewares, HapiTemplateService } from '@tsoa/runtime';
5
6
{{ #each controllers }}
6
7
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
7
8
import { {{ name }} } from '{{ modulePath }} ';
Original file line number Diff line number Diff line change 1
1
/* tslint:disable */
2
2
/* eslint-disable */
3
3
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
4
- import { TsoaRoute, fetchMiddlewares, KoaTemplateService } from '@tsoa/runtime';
4
+ import type { TsoaRoute } from '@tsoa/runtime';
5
+ import { fetchMiddlewares, KoaTemplateService } from '@tsoa/runtime';
5
6
{{ #each controllers }}
6
7
// WARNING: This file was auto-generated with tsoa. Please do not modify it. Re-run tsoa to re-generate this file: https://github.com/lukeautry/tsoa
7
8
import { {{ name }} } from '{{ modulePath }} ';
You can’t perform that action at this time.
0 commit comments