Sha256: 123095fa3f6cca5dec6203d729c5d15222b1e6bf9ba98404f8f482d7ba2d31c3
Contents?: true
Size: 300 Bytes
Versions: 9
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true # typed: strict module WorkOS module Types # The IntentEnum is type-safe declarations of a fixed set of values for # intents while generating an Admin Portal link. class Intent < T::Enum enums do SSO = new('sso') end end end end
Version data entries
9 entries across 9 versions & 1 rubygems