UNPKG

@starsched/sdk

Version:

ABA clinic control and management service API SDK

14 lines 311 B
export type CompanyPlan = { name: string; price_in_cents: number; member: { current_active: number; invited: number; limit: number | null; }; patient: { current_active: number; limit: number | null; }; }; //# sourceMappingURL=company-plan.d.ts.map