Sha256: f1cace7086921af5fb15eaac36fe2e38a6fd38061a708f8c4ee21c45d42bde8d
Contents?: true
Size: 439 Bytes
Versions: 7
Compression:
Stored size: 439 Bytes
Contents
# frozen_string_literal: true # typed: strict module WorkOS module Types # This ConnectionStruct acts as a typed interface # for the Connection class class ConnectionStruct < T::Struct const :id, String const :name, String const :connection_type, String const :domains, T::Array[T.untyped] const :organization_id, String const :state, String const :status, String end end end
Version data entries
7 entries across 7 versions & 1 rubygems