UNPKG

@shopify/shopify-app-remix

Version:

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

4 lines 256 B
import { BasicParams } from '../../../types'; import { AuthenticateExtension } from './types'; export declare function authenticateExtensionFactory(params: BasicParams, requestType: string): AuthenticateExtension; //# sourceMappingURL=authenticate.d.ts.map