Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Dec 12, 2024
1 parent fdf728b commit 08fbc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/typescript/apis/project/cds-services.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import cds, { Service, Request } from '@sap/cds'
import cds, { Service, Request, HandlerFunction } from '@sap/cds'
import { Bars, Bar, Foo, Foos, action, as, testType } from './dummy'
const model = cds.reflect({})
const { Book: Books } = model.entities
Expand Down

0 comments on commit 08fbc02

Please sign in to comment.