Mayson Monorepo Documentation
    Preparing search index...

    Interface UsageStatsResponse

    Complete usage statistics response

    interface UsageStatsResponse {
        stats: UsageStats;
        dailyUsage: DailyUsage[];
        usageByModel: UsageByModel[];
    }
    Index

    Properties

    stats: UsageStats
    dailyUsage: DailyUsage[]
    usageByModel: UsageByModel[]