/** * External dependencies */ import type { ProductSelection } from '@nab/types'; export type Attributes = { readonly type: 'product-selection'; readonly value: ProductSelection; };