Sha256: a93fd2c8a81c10c0d1feaf8bfa4089f2de6676f102218e2e63e7a64144c4345a
Contents?: true
Size: 429 Bytes
Versions: 23
Compression:
Stored size: 429 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') HTML = new('html') IMAGE = new('image') CODE_SNIPPET = new('code-snippet') end end end end
Version data entries
23 entries across 23 versions & 1 rubygems