import { ShopifyBrandColors } from '@daffodil/driver/shopify'
The colors of the shop's brand.
interface ShopifyBrandColors {
__typename: "BrandColors"
primary: ShopifyBrandColorGroup[]
secondary: ShopifyBrandColorGroup[]
}
__typename "BrandColors" |
|---|
primary ShopifyBrandColorGroup[] |
|---|
The shop's primary brand colors. |
secondary ShopifyBrandColorGroup[] |
|---|
The shop's secondary brand colors. |