UNPKG

@mintlify/validation

Version:

Validates mint.json files

9 lines (8 loc) 262 B
export declare const AI_CHAT_MESSAGE_OVERAGE_TIERS: { min: number; max: number; price: number; unit: string; }[]; export declare function getChatPriceUsage(price: number): number; export declare function getChatUsagePrice(usage: number): number;