Add total costs to result interface
This commit is contained in:
parent
88ce05c848
commit
dc6da042f9
@ -4,6 +4,7 @@ import {Region} from './region.interface';
|
|||||||
export interface Result extends Region {
|
export interface Result extends Region {
|
||||||
score: number;
|
score: number;
|
||||||
scores: Score[];
|
scores: Score[];
|
||||||
|
total_accommodation_costs: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Score {
|
export interface Score {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user