@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

  1. Add your definitions. Make sure it's exported properly. Each directory has an index.ts file for exporting values.
  2. npm run build
  3. Update the package version in package.json.
  4. npm publish - you'll need to be logged in as a member of the @parkflow npm organization.