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) {