Mayson Monorepo Documentation
    Preparing search index...

    Interface PlanConfig

    Plan configuration for subscription tiers

    interface PlanConfig {
        id: SubscriptionPlan;
        name: string;
        price: number;
        includedCredits: number;
        stripePriceId: string;
        stripeProductId: string;
    }
    Index

    Properties

    Unique plan identifier

    name: string

    Display name of the plan

    price: number

    Monthly price in USD

    includedCredits: number

    Included AI credits in USD per month

    stripePriceId: string

    Stripe Price ID for this plan

    stripeProductId: string

    Stripe Product ID for this plan