UNPKG

@shopify/shopify-app-remix

Version:

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

8 lines 451 B
import { Session } from '@shopify/shopify-api'; import { AppConfigArg } from '../../../config-types'; import { AdminApiContext } from '../../../clients'; import type { BasicParams } from '../../../types'; export declare function revokeScopesFactory<ConfigArg extends AppConfigArg>(params: BasicParams, session: Session, admin: AdminApiContext<ConfigArg>): (scopes: string[]) => Promise<{ revoked: string[]; }>; //# sourceMappingURL=revoke.d.ts.map