UNPKG

@shopify/shopify-app-remix

Version:

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

5 lines 357 B
import { ShopifyRestResources } from '@shopify/shopify-api'; import { BasicParams } from '../../types'; import type { AuthenticateFlow } from './types'; export declare function authenticateFlowFactory<Resources extends ShopifyRestResources = ShopifyRestResources>(params: BasicParams): AuthenticateFlow<Resources>; //# sourceMappingURL=authenticate.d.ts.map