import { isProduct } from '@daffodil/product/testing'
A helper function to verify that a model is a Product.
function isProduct(product: DaffProduct): boolean