# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared class CategoryValue < T::Enum enums do PRIMARY = new('primary') SECONDARY = new('secondary') end end end end