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

export type MoneyFragment = { currency?: Types.CurrencyEnum | null, value?: number | null };
