Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
2feb021756
commit
f778f7fbdb
@@ -45,6 +45,7 @@ interface FeeItem {
|
||||
name: string;
|
||||
description: string | null;
|
||||
category: "time" | "expense";
|
||||
pricing_type: "hourly" | "flat";
|
||||
amount: number;
|
||||
billable: boolean;
|
||||
active: boolean;
|
||||
|
||||
Reference in New Issue
Block a user