UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

4 lines 267 B
import type { BasicParams } from '../../types'; import type { AuthenticateWebhook } from './types'; export declare function authenticateWebhookFactory<Topics extends string>(params: BasicParams): AuthenticateWebhook<Topics>; //# sourceMappingURL=authenticate.d.ts.map