internal fixes

This commit is contained in:
2025-05-24 15:12:37 +03:00
parent b755eda4b5
commit 88dc6932ec
8 changed files with 120 additions and 41 deletions

View File

@@ -244,4 +244,5 @@ export interface Lead {
moving_price: string
moving_date: string
comment: string
route?: number
}