UNPKG

@shopify/shopify-app-remix

Version:

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

5 lines 319 B
import { ShopifyRestResources } from '@shopify/shopify-api'; import { BasicParams } from '../../types'; import { AuthenticatePublic } from './types'; export declare function authenticatePublicFactory<Resources extends ShopifyRestResources>(params: BasicParams): AuthenticatePublic; //# sourceMappingURL=factory.d.ts.map