@org-quicko/qpon-core
v1.0.0
Published
A library in typescript for common entities of Qpon
Keywords
Readme
qpon-core
This package contains TypeScript objects used in Qpon.
Installation
npm install @org-quicko/qpon-coreUsage
Import the required types or utilities in your TypeScript project:
import { Coupon } from '@org-quicko/qpon-core';
// ...use in your code