UNPKG

@axmit/investment-analytics-common

Version:

Package with common stuff for investment-analytics services

10 lines (9 loc) 508 B
export declare const ScrapperUrlGenerator: { getCrimeRatesUrl: (postcode: string) => string; getLandregistryUrl: (location: string) => string; getLHAUrl: (postcode: string, month: string, year: string) => string; getZooplaMarketActivityUrl: (postcode: string) => string; getZooplaMarketPricesUrl: (postcode: string) => string; getZooplaSalesRentPricesUrl: (postcode: string, propertyType: string, type: string) => string; getSalesHistoryUrl: (exactPostcode: string) => string; };