UNPKG

scheunemann-interfaces

Version:
9 lines (8 loc) 172 B
export interface IIuguChangePlanSimulation { cost: number; cycles: number; discount: number; expiresAt: string; newPlan: string; oldPlan: string; }