vehicle-check-legacy-data
v1.0.0
Published
Imports vehicle check legacy data
Downloads
8
Readme
vehicle-check-legacy-data
Imports vehicle check legacy data
Install
npm install vehicle-check-legacy-data
npx cap sync
API
getGarageVehicles(...)
getGarageVehicles(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>
getRecentSearches(...)
getRecentSearches(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>
getPurchasedChecks(...)
getPurchasedChecks(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>