123
This commit is contained in:
@ -154,8 +154,8 @@ export interface CourseOutline {
|
||||
tags: string[];
|
||||
}
|
||||
|
||||
// Subscription types
|
||||
export interface SubscriptionPlan {
|
||||
// Subscription types (API response shape; for display plans see constants SUBSCRIPTION_PLANS)
|
||||
export interface SubscriptionPlanApi {
|
||||
tier: SubscriptionTierType;
|
||||
name: string;
|
||||
description: string;
|
||||
|
||||
Reference in New Issue
Block a user