const FundStatus = { Inactive: 0, Locked: 1, Frozen: 2, Withdrawing: 3, } module.exports = { FundStatus }