UNPKG

@shopify/shopify-api

Version:

Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks

5 lines 451 B
import { AdapterResponse } from '../../runtime/http'; import { ConfigInterface } from '../base-types'; import { HttpWebhookHandlerWithCallback, WebhookProcessParams, WebhookRegistry } from './types'; export declare function process(config: ConfigInterface, webhookRegistry: WebhookRegistry<HttpWebhookHandlerWithCallback>): ({ context, rawBody, ...adapterArgs }: WebhookProcessParams) => Promise<AdapterResponse>; //# sourceMappingURL=process.d.ts.map