import { PaymentMethod } from '../entities/Enums'; export const paymentMethods: PaymentMethod[] = [ 'Paym', 'Payg' ];