|
|
@@ -1,5 +1,6 @@
|
|
|
-import { Controller, PlatformRouter } from '@tsed/common';
|
|
|
-import { Request, Response } from 'express';
|
|
|
+import type { PlatformRouter } from '@tsed/common';
|
|
|
+import { Controller } from '@tsed/common';
|
|
|
+import type { Request, Response } from 'express';
|
|
|
|
|
|
const isOfficialMode = process.env.OFFICIAL_MODE === 'true';
|
|
|
|