/** * External dependencies */ import type { ProductId } from '@nab/types'; export type Attributes = { readonly anyProduct: boolean; readonly productId: ProductId; };