Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Dec 11, 2023
1 parent ede2343 commit 002be33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/server.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export type service = {
* Use that in modules to get IntelliSense.
*/
impl (impl: ServiceImpl) : typeof impl
// impl <T> (srv:T, impl: ( cdsType: T, srv: (T) ) => any) : typeof impl
// impl <T> (srv:T, impl: ( _cds: T, srv: (T) ) => any) : typeof impl

/**
* Array of all services constructed.
Expand Down

0 comments on commit 002be33

Please sign in to comment.