@org-quicko/cliq-sheet-core
v1.2.0
Published
A library in typescript for common sheet entities of Cliq
Keywords
Readme
cliq-sheet-core
This package provides TypeScript objects for common sheet entities used in Cliq.
Installation
npm install @org-quicko/cliq-sheet-coreUsage
Import the required beans or types for your sheet:
import { PromoterWorkbook } from '@org-quicko/cliq-sheet-core/Promoter/beans';
// ...use in your codeSheets Supported
- Commission
- Link
- Program
- Promoter
- Purchase
- SignUp
- PromoterAnalytics
Development
- Types and objects are auto-generated from source definitions
- Build and generate with:
npm run build