@shopify/shopify-app-remix
Version:
Shopify Remix - to simplify the building of Shopify Apps with Remix
9 lines • 642 B
TypeScript
import { Session } from '@shopify/shopify-api';
import { AppConfigArg } from '../../../config-types';
import { AdminApiContext } from '../../../clients';
import type { BasicParams } from '../../../types';
import { ScopesDetail } from './types';
import { FetchScopesDetailResponse } from './client/fetch-scopes-details';
export declare function queryScopesFactory<ConfigArg extends AppConfigArg>(params: BasicParams, session: Session, admin: AdminApiContext<ConfigArg>): () => Promise<ScopesDetail>;
export declare function mapFetchScopeDetail(scopesDetailResponse: FetchScopesDetailResponse): ScopesDetail;
//# sourceMappingURL=query.d.ts.map