refactor: change type import to official capire recommendation (#706)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import type { Request } from "@sap/cds/apis/services"
|
import { Request } from "@sap/cds"
|
||||||
|
|
||||||
module.exports = class say {
|
module.exports = class say {
|
||||||
hello(req: Request) {
|
hello(req: Request) {
|
||||||
|
|||||||
Reference in New Issue
Block a user