Sha256: 87d66c0b5ef95174aa3391ca9873404375e4248d85d1c4ad64ff3e415bf0e9eb
Contents?: true
Size: 372 Bytes
Versions: 7
Compression:
Stored size: 372 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Shared # InteractionType - Type of interaction. class InteractionType < T::Enum enums do CLI_EXEC = new('CLI_EXEC') TARGET_GENERATE = new('TARGET_GENERATE') end end end end
Version data entries
7 entries across 7 versions & 1 rubygems