UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

7 lines (6 loc) 245 B
/** * @module payoutMethod * @description A list of payment methods */ export declare const payoutMethod: readonly ["card", "eft", "wallet", "cash", "voucher", "other"]; export declare type PayoutMethod = (typeof payoutMethod)[number];