12 lines
232 B
TypeScript
12 lines
232 B
TypeScript
export const EXPENSE_CATEGORIES = [
|
|
"Travel",
|
|
"Meals & Entertainment",
|
|
"Software & Subscriptions",
|
|
"Hardware & Equipment",
|
|
"Office Supplies",
|
|
"Marketing",
|
|
"Professional Services",
|
|
"Utilities",
|
|
"Other",
|
|
] as const;
|