This commit is contained in:
hamid zarghami
2026-07-04 12:50:02 +03:30
parent 23f47705bb
commit 6a6aa76b1e
17 changed files with 560 additions and 10 deletions
+4
View File
@@ -0,0 +1,4 @@
export enum WalletTabEnum {
TRANSACTIONS = "transactions",
CHARGE_REQUESTS = "charge_requests",
}