UNPKG

@shopify/shopify-app-remix

Version:

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

4 lines 253 B
import { BasicParams } from '../../../types'; import { AuthenticateCustomerAccount } from './types'; export declare function authenticateCustomerAccountFactory(params: BasicParams): AuthenticateCustomerAccount; //# sourceMappingURL=authenticate.d.ts.map