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

export type ProductSpecsFragment = { aggregations?: Array<{ attribute_code: string, count?: number | null, label?: string | null, options?: Array<{ count?: number | null, label?: string | null, value: string } | null> | null } | null> | null };
