declare enum SettlementSource { COLLECTION = "COLLECTION", WITHDRAW = "WITHDRAW", BOUNCED = "BOUNCED" } export default SettlementSource;