@shopify/shopify-app-remix
Version:
Shopify Remix - to simplify the building of Shopify Apps with Remix
6 lines • 413 B
TypeScript
import { ShopifyRestResources } from '@shopify/shopify-api';
import { AppConfigArg } from '../../config-types';
import { BasicParams } from '../../types';
import { AuthenticatePublic } from './types';
export declare function authenticatePublicFactory<ConfigArg extends AppConfigArg, Resources extends ShopifyRestResources>(params: BasicParams): AuthenticatePublic<ConfigArg>;
//# sourceMappingURL=factory.d.ts.map