From c718fa400d5ad9575b42620f8c0c0409a3417f66 Mon Sep 17 00:00:00 2001 From: PierreFritsch Date: Wed, 4 Aug 2021 17:50:28 +0200 Subject: [PATCH] `import {Request}` => `import type {Request}` --- 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 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) {