# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # ContentBlockSchemasValue - The type of the content blocks. class ContentBlockSchemasValue < T::Enum enums do TEXT = new('text') end end end end