PricingResponse
type PricingResponse = {
[key: string]: Record<string, Record<string, {
monthly: string | number;
yearly: string | number;
}>>;
latestBiz: string;
latestPro: string;
sessionBiz: string;
sessionPro: string;
};
Current and legacy Pro/Teams pricing keyed by version.
Type Declaration
Index Signature
[key: string]: Record<string, Record<string, {
monthly: string | number;
yearly: string | number;
}>>
| Name | Type |
|---|---|
latestBiz | string |
latestPro | string |
sessionBiz | string |
sessionPro | string |