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

export type ProductListPaginationFragment = { page_info?: { current_page?: number | null, total_pages?: number | null } | null };
