autotrader-connect-api
Version:
Production-ready TypeScript wrapper for Auto Trader UK Connect APIs
16 lines • 543 B
TypeScript
/**
* Future Valuations module for AutoTrader API
* Placeholder implementation - would be fully developed in production
*/
/**
* Get future valuation prediction
* @param vehicleId Vehicle identifier
* @returns Promise resolving to future valuation data
*/
export declare function getFutureValuation(vehicleId: string): Promise<any>;
/**
* Get future valuation trends
* @returns Promise resolving to valuation trends
*/
export declare function getFutureValuationTrends(): Promise<any[]>;
//# sourceMappingURL=futureValuations.d.ts.map