@shopify/shopify-app-remix
Version:
Shopify Remix - to simplify the building of Shopify Apps with Remix
5 lines • 379 B
TypeScript
import { ShopifyRestResources } from '@shopify/shopify-api';
import type { BasicParams } from '../../types';
import type { AuthenticateWebhook } from './types';
export declare function authenticateWebhookFactory<Resources extends ShopifyRestResources, Topics extends string>(params: BasicParams): AuthenticateWebhook<Resources, Topics>;
//# sourceMappingURL=authenticate.d.ts.map