import { ShopifyBrand } from '@daffodil/driver/shopify'
The store's branding configuration.
interface ShopifyBrand {
__typename: "Brand"
colors: ShopifyBrandColors
coverImage: ShopifyMediaImage
logo: ShopifyMediaImage
shortDescription: string
slogan: string
squareLogo: ShopifyMediaImage
}
__typename "Brand" |
|---|
colors ShopifyBrandColors |
|---|
The colors of the store's brand. |
coverImage ShopifyMediaImage |
|---|
The store's cover image. |
logo ShopifyMediaImage |
|---|
The store's default logo. |
shortDescription string |
|---|
The store's short description. |
slogan string |
|---|
The store's slogan. |
squareLogo ShopifyMediaImage |
|---|
The store's preferred logo for square UI elements. |