fix(types): add 'objective' to velocity_source union (cherry-pick miss)
Cherry-pick от закрытого PR #157 потерял этот файл. Frontend type-check fails с 'no overlap' error. Restoring. Refs: PR #158 frontend CI failure
This commit is contained in:
parent
cc03ffa32d
commit
5c926470c6
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ export interface RecommendMixOutput {
|
|||
region_code: number;
|
||||
total_deals: number;
|
||||
market_velocity_per_month: number | null;
|
||||
velocity_source: "sale_graph" | "rosreestr_fallback";
|
||||
velocity_source: "objective" | "sale_graph" | "rosreestr_fallback";
|
||||
velocity_observations: number;
|
||||
velocity_objects: number;
|
||||
competitors_count: number;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue