UNPKG

pricing4ts

Version:

![NPM Version](https://img.shields.io/npm/v/pricing4ts) Pricing4TS is a TypeScript-based toolkit designed to enhance the server-side functionality of a pricing-driven SaaS by enabling the seamless integration of pricing plans into the application logic. T

6 lines 445 B
export type { Pricing } from './main/models/pricing2yaml/pricing'; export type { AutomationType, Feature, IntegrationType, PaymentType } from './main/models/pricing2yaml/feature'; export type { UsageLimit } from './main/models/pricing2yaml/usage-limit'; export type { Plan } from './main/models/pricing2yaml/plan'; export type { AddOn } from './main/models/pricing2yaml/addon'; export type { RenderMode } from './main/models/pricing2yaml/types';