UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

6 lines (5 loc) 105 B
export const PAYMENT_PROVIDERS = { STRIPE: 'stripe', PAYPAL: 'paypal', OTHER: 'other', } as const;