2025-07-12 18:24:43 +03:00

4 lines
78 B
TypeScript

export enum TransactionType {
Deposit = "deposit",
Withdraw = "withdraw"
}