Update types

This commit is contained in:
Catalin Pinte
2022-12-07 14:34:39 +02:00
parent f9a26370ef
commit 1ba9d3bd6e
6 changed files with 79 additions and 101 deletions

View File

@@ -1,9 +1,9 @@
import type { FC } from 'react'
import type { ProductMetafields as IProductMetafields } from '@commerce/types/product'
import type { Metafields } from '@commerce/types/common'
import Text from '@components/ui/Text'
interface Props {
metafields: IProductMetafields
metafields: Metafields
/**
* The namespace of the metafields to display.
*/