Skip to main content

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;
}>>
NameType
latestBizstring
latestProstring
sessionBizstring
sessionProstring