(topic: TTopic)
| 9 | >; |
| 10 | |
| 11 | export const shopifyEvent = <TTopic extends Parameters<ShopifyExamples>[0]>(topic: TTopic) => { |
| 12 | return eventSpec<ShopifyThis<ShopifyPayloads[TTopic]>>({ |
| 13 | topic, |
| 14 | examples: [shopifyExample(topic)], |
| 15 | runProperties: (payload) => basicProperties(payload), |
| 16 | }); |
| 17 | }; |
no test coverage detected
searching dependent graphs…