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