UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

7 lines (6 loc) 284 B
/** * @module paymentMethods * @description A list of paymentMethods */ export declare const paymentMethods: readonly ["cheque", "card", "cash", "paypal", "wireTransfer", "cryptoCurrency", "mobileMoney"]; export declare type PaymentMethods = (typeof paymentMethods)[number];