1.0.0 • Published 2 years ago

vehicle-check-legacy-data v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


getRecentSearches(...)

getRecentSearches(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


getPurchasedChecks(...)

getPurchasedChecks(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>