GitHub

ShopifyCommentContentArgs

interface

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

A comment on an article.

interface ShopifyCommentContentArgs {
  truncateAt: number
}