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