export interface ShopifyImage { id: string; originalSrc: string; altText?: string; transformedSrc?: string; __typename: 'Image'; }