diff --git a/hello/srv/world.ts b/hello/srv/world.ts index 898e38e0..c62df0e8 100644 --- a/hello/srv/world.ts +++ b/hello/srv/world.ts @@ -1,4 +1,4 @@ -import { Request } from "@sap/cds/apis/services" +import type { Request } from "@sap/cds/apis/services" module.exports = class say { hello(req: Request) {