@parkflow/shared-types
v1.12.0
Published
Shared type definitions for Vanguard services
Downloads
631
Readme
Vanguard Parking Shared Types
Repository of Typescript types to be shared across applications.
Use Case
If there is a type that is used in more than one repo, for example, the LPR event job interface, create the type definition here and import the packages as dependencies in your other projects.
Contents
This repo contains mostly types pertaining to LPR events, as it bridges the gap between lpr-listener and app-backend.
How to Add
- Add your definitions. Make sure it's exported properly. Each directory has an
index.tsfile for exporting values. npm run build- Update the package version in
package.json. npm publish- you'll need to be logged in as a member of the@parkflownpm organization.