UNPKG

@brandboostinggmbh/shopify-app-react-router

Version:

Shopify React Router - to simplify the building of Shopify Apps with React Router v7

4 lines 326 B
import type { BasicParams } from '../../types'; import type { RegisterWebhooksOptions } from './types'; export declare function registerWebhooksFactory({ api, logger }: BasicParams): ({ session }: RegisterWebhooksOptions) => Promise<void | import("@shopify/shopify-api").RegisterReturn>; //# sourceMappingURL=register.d.ts.map