Sha256: f4f19e0205d85c307b6e746948052b0216a1dcd7356abab84978ad4f1dd7d83f
Contents?: true
Size: 331 Bytes
Versions: 3
Compression:
Stored size: 331 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). 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
Version data entries
3 entries across 3 versions & 1 rubygems