We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fa426 commit fd4cfe3Copy full SHA for fd4cfe3
src/main/typescript/api/controllers/MainController.ts
@@ -19,7 +19,7 @@
19
20
import { Action } from "@framework/api/decorators/Action";
21
import Controller from "@framework/api/http/Controller";
22
-import Request from "@framework/api/http/Request";
+import type Request from "@framework/api/http/Request";
23
import { Inject } from "@framework/container/Inject";
24
import ConfigurationManager from "../../services/ConfigurationManager";
25
0 commit comments