GitHub

ShopifyArticleContentArgs

interface

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

An article in an online store blog.

interface ShopifyArticleContentArgs {
  truncateAt: number
}