vehicle-check-legacy-data
v1.0.0
Published
Imports vehicle check legacy data
Downloads
33
Readme
vehicle-check-legacy-data
Imports vehicle check legacy data
Install
npm install vehicle-check-legacy-data
npx cap syncAPI
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; }>
