UNPKG

notbank

Version:
8 lines (7 loc) 383 B
// Tipos de plantilla (con posibles valores) export var WithdrawTemplateType; (function (WithdrawTemplateType) { WithdrawTemplateType["ToExternalBitcoinAddress"] = "ToExternalBitcoinAddress"; WithdrawTemplateType["ToInternalAccount"] = "ToInternalAccount"; WithdrawTemplateType["ToBankAccount"] = "ToBankAccount"; })(WithdrawTemplateType || (WithdrawTemplateType = {}));