Files
klz-cables.com/.pnpm-store/v10/files/be/ed9bae84842f6bc7a6717f6359c76192dc73cc20397bd5622010c21b4127bdc60a5b33cba86de07f125ef4319b157754df9dcde33adf1d294143e8b2794028
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

11 lines
531 B
Plaintext

import type { Collection } from '../collections/config/types.js';
import type { SanitizedConfig } from '../config/types.js';
import type { PayloadRequest } from '../types/index.js';
import { APIError } from '../errors/APIError.js';
export declare const routeError: ({ collection, config: configArg, err, req: incomingReq, }: {
collection?: Collection;
config: Promise<SanitizedConfig> | SanitizedConfig;
err: APIError;
req: PayloadRequest | Request;
}) => Promise<Response>;
//# sourceMappingURL=routeError.d.ts.map