@amirmarmul/waba-common
Version:

9 lines (8 loc) • 357 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BalanceMutationType = void 0;
var BalanceMutationType;
(function (BalanceMutationType) {
BalanceMutationType["Credit"] = "credit";
BalanceMutationType["Debit"] = "debit";
})(BalanceMutationType = exports.BalanceMutationType || (exports.BalanceMutationType = {}));