car_rental_cms_types
v1.1.5
Published
Car Rental CMS frontend and backend types package
Maintainers
Readme
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
- Install Car Rental CMS Types package using NPM
npm i car_rental_cms_types
- 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 deployDeployment
npm run build