diff --git a/src/routes/settings.fees.tsx b/src/routes/settings.fees.tsx index abb5560..5eacd8a 100644 --- a/src/routes/settings.fees.tsx +++ b/src/routes/settings.fees.tsx @@ -45,6 +45,7 @@ interface FeeItem { name: string; description: string | null; category: "time" | "expense"; + pricing_type: "hourly" | "flat"; amount: number; billable: boolean; active: boolean;