GitHub

ShopifyBrand

interface

import { ShopifyBrand } from '@daffodil/driver/shopify'

interface ShopifyBrand {
  __typename: "Brand"
  colors: ShopifyBrandColors
  coverImage: ShopifyMediaImage
  logo: ShopifyMediaImage
  shortDescription: string
  slogan: string
  squareLogo: ShopifyMediaImage
}

Properties

__typename
"Brand"
colors
ShopifyBrandColors

The colors of the store's brand.

coverImage
ShopifyMediaImage

The store's cover image.

shortDescription
string

The store's short description.

slogan
string

The store's slogan.