UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

3 lines (2 loc) 167 B
import type { UnchainedCore } from '@unchainedshop/core'; export declare function appleIAPWebhookHandler(request: Request, context: UnchainedCore): Promise<Response>;