UNPKG

@shopify/shopify-app-remix

Version:

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

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