UNPKG

@shopify/shopify-app-remix

Version:

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

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