user module
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export enum CreditTransactionType {
|
||||
WITHDRAW = 'withdraw',
|
||||
DEPOSIT = 'deposit',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user