UNPKG

@shopify/shopify-app-remix

Version:

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

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