@shopify/shopify-app-remix
Version:
Shopify Remix - to simplify the building of Shopify Apps with Remix
7 lines • 354 B
TypeScript
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<{
revoked: string[];
}>;
//# sourceMappingURL=revoke.d.ts.map