diff --git a/apis/server.d.ts b/apis/server.d.ts index 4c4fa154..f45894ea 100644 --- a/apis/server.d.ts +++ b/apis/server.d.ts @@ -113,7 +113,7 @@ export type service = { * Use that in modules to get IntelliSense. */ impl (impl: ServiceImpl) : typeof impl - // impl (srv:T, impl: ( cdsType: T, srv: (T) ) => any) : typeof impl + // impl (srv:T, impl: ( _cds: T, srv: (T) ) => any) : typeof impl /** * Array of all services constructed.