BlogMetafieldsArgs
An online store blog.
import { BlogMetafieldsArgs } from '@daffodil/driver/shopify'
type BlogMetafieldsArgs = {
identifiers: Array<HasMetafieldsIdentifier>;
}
Type | Options |
---|---|
BlogMetafieldsArgs | {
identifiers: Array<HasMetafieldsIdentifier>;
} |