Files
bigcapital/packages/server/src/services/FinancialStatements/CashflowAccountTransactions/constants.ts
2024-07-07 22:11:57 +02:00

10 lines
203 B
TypeScript

export const ERRORS = {
ACCOUNT_ID_HAS_INVALID_TYPE: 'ACCOUNT_ID_HAS_INVALID_TYPE',
};
export enum BankTransactionStatus {
Categorized = 'categorized',
Matched = 'matched',
Manual = 'manual',
}