UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

8 lines (7 loc) 164 B
export const PAYMENT_STATUSES = { PENDING: 'pending', COMPLETED: 'completed', FAILED: 'failed', REFUNDED: 'refunded', CANCELLED: 'cancelled', } as const;