mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-03-10 04:51:47 +00:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
/**
|
||||
* Category constants and types
|
||||
*
|
||||
* Consolidated from /lib/categories.ts
|
||||
*/
|
||||
|
||||
export const CATEGORY_TYPES = ["receita", "despesa"] as const;
|
||||
|
||||
export type CategoryType = (typeof CATEGORY_TYPES)[number];
|
||||
|
||||
Reference in New Issue
Block a user