UNPKG

notbank

Version:
6 lines (5 loc) 211 B
export var AccountType; (function (AccountType) { AccountType["ASSET"] = "Asset"; AccountType["LIABILITY"] = "Liability"; // Representa un tipo de cuenta de pasivo })(AccountType || (AccountType = {}));