Sha256: 8d40010ede7c655f30cf5980f30fdfe3088e16117f8de52ddbd60678321a65b2
Contents?: true
Size: 324 Bytes
Versions: 21
Compression:
Stored size: 324 Bytes
Contents
# typed: strict # frozen_string_literal: true module ShopifyAPI module Webhooks module Handler extend T::Sig extend T::Helpers interface! sig { abstract.params(topic: String, shop: String, body: T::Hash[String, T.untyped]).void } def handle(topic:, shop:, body:); end end end end
Version data entries
21 entries across 21 versions & 1 rubygems