refactor: remove category rules and related logic from defaults, types, and services for cleaner codebase
This commit is contained in:
@@ -43,19 +43,11 @@ export interface Category {
|
||||
parentId: string | null
|
||||
}
|
||||
|
||||
export interface CategoryRule {
|
||||
id: string
|
||||
categoryId: string
|
||||
pattern: string
|
||||
isRegex: boolean
|
||||
}
|
||||
|
||||
export interface BankingData {
|
||||
accounts: Account[]
|
||||
transactions: Transaction[]
|
||||
folders: Folder[]
|
||||
categories: Category[]
|
||||
categoryRules: CategoryRule[]
|
||||
}
|
||||
|
||||
// OFX Parsed types
|
||||
|
||||
Reference in New Issue
Block a user