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
26 lines (25 loc) • 421 B
YAML
saasName: Test
version: '2.0'
currency: EUR
createdAt: '2024-08-31'
variables:
vip: true
x: 5
features:
foo:
type: DOMAIN
valueType: TEXT
defaultValue: baz
plans:
BASIC:
description: Basic plan
price: '#vip ? #x : 0.0'
unit: user/month
features: null
usageLimits: null
PRO:
description: Pro plan
price: 15.99
unit: user/month
features: null
usageLimits: null