UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

8 lines (7 loc) 217 B
export declare const PAYMENT_STATUSES: { readonly PENDING: "pending"; readonly COMPLETED: "completed"; readonly FAILED: "failed"; readonly REFUNDED: "refunded"; readonly CANCELLED: "cancelled"; };