pricing4ts
Version:
 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
28 lines (27 loc) • 482 B
YAML
saasName: Cyclic dependency between A and B addons
version: '2.0'
createdAt: 2024-11-19
currency: EUR
hasAnnualPayment: false
features:
feature1:
description: ''
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
feature2:
description: ''
valueType: BOOLEAN
defaultValue: true
type: DOMAIN
plans:
BASIC:
price: 10
features: null
PRO:
price: 30
features:
feature1:
value: true
feature2:
value: true