@shopify/shopify-app-remix
Version:
Shopify Remix - to simplify the building of Shopify Apps with Remix
5 lines • 399 B
TypeScript
import { ShopifyRestResources } from '@shopify/shopify-api';
import { BasicParams } from '../../types';
import type { AuthenticateFulfillmentService } from './types';
export declare function authenticateFulfillmentServiceFactory<Resources extends ShopifyRestResources = ShopifyRestResources>(params: BasicParams): AuthenticateFulfillmentService<Resources>;
//# sourceMappingURL=authenticate.d.ts.map