UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

11 lines (10 loc) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PAYMENT_STATUSES = void 0; exports.PAYMENT_STATUSES = { PENDING: 'pending', COMPLETED: 'completed', FAILED: 'failed', REFUNDED: 'refunded', CANCELLED: 'cancelled', };