import { ShopifyShopPayPaymentRequestImage } from '@daffodil/driver/shopify'
Represents an image for a Shop Pay payment request line item.
interface ShopifyShopPayPaymentRequestImage {
__typename: "ShopPayPaymentRequestImage"
alt: string
url: string
}
__typename "ShopPayPaymentRequestImage" |
|---|
alt string |
|---|
The alt text of the image. |
url string |
|---|
The source URL of the image. |