/* eslint-disable */
import * as Types from '@graphcommerce/graphql-mesh/.mesh';

export type AvailablePaymentMethodFragment = { code: string, title: string };
