UNPKG

@shopify/shopify-app-remix

Version:

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

7 lines 375 B
import { Session } from '@shopify/shopify-api'; import { AdminApiContext } from '../../../clients'; import type { BasicParams } from '../../../types'; export declare function revokeScopesFactory(params: BasicParams, session: Session, admin: AdminApiContext): (scopes: string[]) => Promise<{ detail: import("./types").ScopesDetail; }>; //# sourceMappingURL=revoke.d.ts.map