Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dinerojs/dinero.js
/ PricingTier
Interface
PricingTier
examples/pricing-react/src/types/index.ts:1–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
PricingTier {
2
name: string;
3
monthlyPrice: number;
4
individual: boolean;
5
description: string;
6
featuresHeading: string;
7
features: string[];
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected