UNPKG

@shopify/shopify-app-remix

Version:

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

4 lines 248 B
import { Session } from '@shopify/shopify-api'; import { BasicParams } from '../../types'; export declare function getOfflineSession(shop: string, params: BasicParams): Promise<Session | undefined>; //# sourceMappingURL=get-offline-session.d.ts.map