AttributeSelectedOptionInterface
type AttributeSelectedOptionInterface = {
label: Scalars['String']['output']; /** The attribute selected option value. */
value: Scalars['String']['output'];
};type AttributeSelectedOptionInterface = {
label: Scalars['String']['output']; /** The attribute selected option value. */
value: Scalars['String']['output'];
};