Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-vogel committed Feb 4, 2025
1 parent 9fcebef commit 9db0bec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apis/linked/classes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,10 @@ declare class struct<K extends kinds = 'elements' | 'type'> extends type<K> impl
}

/**
* @see [capire](https://cap.cloud.sap/docs/node.js/cds-reflect#cds-entity)
* @since 8.6.0
*/
declare interface Map extends csn.Map {}
declare class Map extends Omit<struct, 'items'> {}
declare class Map {}

// clashes with services.context when exported from facade
declare interface context_ extends csn.context {}
Expand Down

0 comments on commit 9db0bec

Please # to comment.