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

export type DynamicRowFragment = { placement: Types.DynamicRowPlacement, target?: { id: string } | { id: string } | { id: string } | { id: string } | { id: string } | { id: string } | { id: string } | { id: string } | { id: string } | { id: string } | { id: string } | { id: string } | null, row?: { __typename: 'RowColumnOne', id: string, rowColumnOneVariant?: Types.RowColumnOneVariants | null, colOne: { raw: any } } | { __typename: 'RowLinks', id: string, title: string, linksVariant?: Types.RowLinksVariants | null, rowLinksCopy?: { raw: any } | null, pageLinks: Array<{ id: string, title: string, url: string, description?: { raw: any } | null, asset?: { url: string, width?: number | null, height?: number | null, mimeType?: string | null, size?: number | null, alt?: string | null } | null }> } | { __typename: 'RowQuote', id: string, quote: { raw: any } } | null, rows: Array<{ __typename: 'RowColumnOne', id: string, rowColumnOneVariant?: Types.RowColumnOneVariants | null, colOne: { raw: any } } | { __typename: 'RowLinks', id: string, title: string, linksVariant?: Types.RowLinksVariants | null, rowLinksCopy?: { raw: any } | null, pageLinks: Array<{ id: string, title: string, url: string, description?: { raw: any } | null, asset?: { url: string, width?: number | null, height?: number | null, mimeType?: string | null, size?: number | null, alt?: string | null } | null }> } | { __typename: 'RowQuote', id: string, quote: { raw: any } }> };
