UNPKG

supersub

Version:
7 lines (6 loc) 149 B
export type ISubscriptionPlan = { id: string; amount: string; interval: string; timeframe: "days" | "weeks" | "months" | "years"; };