refactor: change type import to official capire recommendation (#706)

This commit is contained in:
TheNickest
2024-04-04 18:32:36 +02:00
committed by GitHub
parent e2712acaec
commit ead660bfe4

View File

@@ -1,4 +1,4 @@
import type { Request } from "@sap/cds/apis/services"
import { Request } from "@sap/cds"
module.exports = class say {
hello(req: Request) {