cost-claude
Version:
Claude Code cost monitoring, analytics, and optimization toolkit
11 lines • 330 B
TypeScript
export interface BudgetOptions {
set?: string;
type?: 'daily' | 'weekly' | 'monthly' | 'total';
alerts?: string;
status?: boolean;
reset?: boolean;
recalculate?: boolean;
path?: string;
}
export declare function budgetCommand(options: BudgetOptions): Promise<void>;
//# sourceMappingURL=budget.d.ts.map