From ead660bfe43a1fcda878d7b0afc77a67b7d1e2a1 Mon Sep 17 00:00:00 2001 From: TheNickest <53490469+TheNickest@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:32:36 +0200 Subject: [PATCH] refactor: change type import to official capire recommendation (#706) --- hello/srv/world.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello/srv/world.ts b/hello/srv/world.ts index c62df0e8..e812c41e 100644 --- a/hello/srv/world.ts +++ b/hello/srv/world.ts @@ -1,4 +1,4 @@ -import type { Request } from "@sap/cds/apis/services" +import { Request } from "@sap/cds" module.exports = class say { hello(req: Request) {