Skip to main content
Sign in
Snippets Groups Projects
Commit fbf291e6 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Make key name more explicit.

parent e40f60b5
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ export interface EntitySituationWithoutId { ...@@ -23,7 +23,7 @@ export interface EntitySituationWithoutId {
} }
export interface Situation { export interface Situation {
[key: string]: { [id: string]: EntitySituationWithoutId } [entityKeyPlural: string]: { [id: string]: EntitySituationWithoutId }
} }
export type SituationWithAxes = Situation & { export type SituationWithAxes = Situation & {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment