Sha256: 9196bddc2fd2afd2399ac5e4b2cabe8534c6bfe49948203d58bca10e827a061f
Contents?: true
Size: 441 Bytes
Versions: 28
Compression:
Stored size: 441 Bytes
Contents
# frozen_string_literal: true # typed: strict module WorkOS module Types # This OrganizationStruct acts as a typed interface # for the Organization class class OrganizationStruct < T::Struct const :id, String const :name, String const :allow_profiles_outside_organization, T::Boolean const :domains, T::Array[T.untyped] const :created_at, String const :updated_at, String end end end
Version data entries
28 entries across 28 versions & 1 rubygems