UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

4 lines 264 B
import { BasicParams } from '../../types'; import type { AuthenticateFulfillmentService } from './types'; export declare function authenticateFulfillmentServiceFactory(params: BasicParams): AuthenticateFulfillmentService; //# sourceMappingURL=authenticate.d.ts.map