export interface YandexLocationVariantDetect { geo_id: number address: string } export interface YandexLocationDetectResponse { variants: YandexLocationVariantDetect[] } export interface YandexLocationDetectRequest { location: string }