Sha256: e1ecc584e1c770d26de2dba307075d4a8dc022bd94b5612447f11a82f051bbf2
Contents?: true
Size: 291 Bytes
Versions: 31
Compression:
Stored size: 291 Bytes
Contents
# typed: strict # frozen_string_literal: true module ShopifyAPI module Webhooks class RegisterResult < T::Struct extend T::Sig const :topic, String const :success, T::Boolean const :body, T.nilable(T.any(T::Hash[String, T.untyped], String)) end end end
Version data entries
31 entries across 31 versions & 1 rubygems