UNPKG

@shopify/shopify-app-remix

Version:

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

4 lines 312 B
import type { HandleAdminClientError } from '../../../clients/admin/types'; import { HandleClientErrorOptions } from '../strategies/types'; export declare function handleClientErrorFactory({ request, onError, }: HandleClientErrorOptions): HandleAdminClientError; //# sourceMappingURL=handle-client-error.d.ts.map