Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 15:45:54 +00:00
co-authored by renee-png
parent 2feb021756
commit f778f7fbdb
+1
View File
@@ -45,6 +45,7 @@ interface FeeItem {
name: string;
description: string | null;
category: "time" | "expense";
pricing_type: "hourly" | "flat";
amount: number;
billable: boolean;
active: boolean;