Skip to content

Commit

Permalink
fix(template-express): Import IoC as types
Browse files Browse the repository at this point in the history
  • Loading branch information
WoH committed Feb 7, 2023
1 parent efd0bd9 commit b1b8527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/routeGeneration/templates/express.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const promiseAny = require('promise.any');
{{/if}}
{{#if iocModule}}
import { iocContainer } from '{{iocModule}}';
import { IocContainer, IocContainerFactory } from '@tsoa/runtime';
import type { IocContainer, IocContainerFactory } from '@tsoa/runtime';
{{/if}}
import type { RequestHandler, Router } from 'express';
{{#if useFileUploads}}
Expand Down

0 comments on commit b1b8527

Please sign in to comment.