CustomAttributeOptionInterface
type CustomAttributeOptionInterface = {
is_default: Scalars['Boolean']['output']; /** The label assigned to the attribute option. */
label: Scalars['String']['output']; /** The attribute option value. */
value: Scalars['String']['output'];
};