Skip to content
2 changes: 1 addition & 1 deletion packages/mcp-server-supabase/src/pricing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ export async function getNextProjectCost(
/**
* Gets the cost for a database branch.
*/
export function getBranchCost(): Cost {
export function getBranchCost(): BranchCost {
return { type: 'branch', recurrence: 'hourly', amount: BRANCH_COST_HOURLY };
}
Loading
Loading