Describe the Bug
I use a Magento cloud endpoint that supports giftcart products, however when I run yarn build, I receive the following problem.

Type error: Property 'GiftCardProduct' is missing in type '{ Skeleton: (props: SkeletonProps) => EmotionJSX.Element; SimpleProduct: typeof ProductListItem; ConfigurableProduct: typeof ProductListItem; BundleProduct: typeof ProductListItem; VirtualProduct: typeof ProductListItem; DownloadableProduct: typeof ProductListItem; GroupedProduct: typeof ProductListItem; }' but required in type 'ProductListItemRenderer'.
Expected Behavior
No issue
To Reproduce
Step 1: point magentoEndpoint to a Magento Cloud endpoint
Step 2: yarn codegen
Step 3: yarn build
