UNPKG

@snapp-store/snapp-box-sdk

Version:
15 lines (12 loc) 282 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type GetPrice = { rateChartId: number; pricingConfigId: number; distanceCharged: number; terminalsCharged: number; timeFactor: number; totalFare: number; pricingId: string; };