123
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build": "prisma generate && tsc",
|
||||
"clean": "rm -rf dist .turbo",
|
||||
"dev": "tsc --watch",
|
||||
"db:generate": "prisma generate",
|
||||
|
||||
@ -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