@shopify/shopify-app-remix
Version:
Shopify Remix - to simplify the building of Shopify Apps with Remix
4 lines • 326 B
TypeScript
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