UNPKG

@shopify/shopify-app-remix

Version:

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

4 lines 244 B
import { Session } from '@shopify/shopify-api'; import { BasicParams } from '../types'; export default function refreshToken(params: BasicParams, shop: string, refreshToken: string): Promise<Session>; //# sourceMappingURL=refresh-token.d.ts.map