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

export type TrackingLinkFragment = { carrier: string, number?: string | null, title: string };
