@shopify/shopify-api
Version:
Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks
4 lines • 305 B
TypeScript
import { ConfigInterface } from '../base-types';
import { WebhookValidateParams, WebhookValidation } from './types';
export declare function validateFactory(config: ConfigInterface): ({ rawBody, ...adapterArgs }: WebhookValidateParams) => Promise<WebhookValidation>;
//# sourceMappingURL=validate.d.ts.map