UNPKG

@shopify/shopify-app-remix

Version:

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

5 lines 334 B
import { Session } from '@shopify/shopify-api'; import type { BasicParams } from '../../../types'; import { AdminApiContext } from '../../../clients'; export declare function requestScopesFactory(params: BasicParams, session: Session, admin: AdminApiContext): (scopes: string[]) => Promise<void>; //# sourceMappingURL=request.d.ts.map