export enum CreditTransactionType { WITHDRAW = 'withdraw', DEPOSIT = 'deposit', }