remove enum

This commit is contained in:
Petropoulos Evangelos 2025-07-12 18:27:19 +03:00
parent 69c572d70c
commit 39d08adbf3

View File

@ -1,4 +0,0 @@
export enum TransactionType {
Deposit = "deposit",
Withdraw = "withdraw"
}