UNPKG

@shopify/shopify-app-remix

Version:

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

8 lines 545 B
import { Session } from '@shopify/shopify-api'; import { AdminApiContext } from '../../../clients'; import type { BasicParams } from '../../../types'; import { ScopesDetail } from './types'; import { FetchScopesDetailResponse } from './client/fetch-scopes-details'; export declare function queryScopesFactory(params: BasicParams, session: Session, admin: AdminApiContext): () => Promise<ScopesDetail>; export declare function mapFetchScopeDetail(scopesDetailResponse: FetchScopesDetailResponse): ScopesDetail; //# sourceMappingURL=query.d.ts.map