1.1.5 • Published 1 year ago

car_rental_cms_types v1.1.5

Weekly downloads
-
License
Proprietary
Repository
github
Last release
1 year ago

types package

This package contains important types for Car rental CMS frontend and backend with and within Car rental services, including:

  • communication between services
  • common data types interfaces
  • car rental-specific data structures

Usage

  1. Install Car Rental CMS Types package using NPM
npm i car_rental_cms_types
  1. Import your required interfaces using JavaScript's import module syntax
import {
  UserSignupModel,
  UserSignup,
} from "car_rental_cms_types"

Interfaces

We believe that the definition of the typescript interfaces are their best documentation themselves. Find all models here:

Development

tsc
npm run git deploy

Deployment

npm run build