UNPKG

@shopify/shopify-app-remix

Version:

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

3 lines 200 B
import { BasicParams, LoginError } from '../../types'; export declare function loginFactory(params: BasicParams): (request: Request) => Promise<LoginError | never>; //# sourceMappingURL=login.d.ts.map