Files
klz-cables.com/.pnpm-store/v10/files/77/30da026d3bf586c07d18b117758288ff6a321771f2841e0a3c5db4b20cd7617e5c184355983d204398d2aadb844ee5704338bfc71876b2c9c4a3b3a8365986
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

14 lines
648 B
Plaintext

import type { ImportMap, InitReqResult, SanitizedConfig } from 'payload';
import { createLocalReq } from 'payload';
/**
* Initializes a full request object, including the `req` object and access control.
* As access control and getting the request locale is dependent on the current URL and
*/
export declare const initReq: ({ canSetHeaders, configPromise, importMap, key, overrides, }: {
canSetHeaders?: boolean;
configPromise: Promise<SanitizedConfig> | SanitizedConfig;
importMap: ImportMap;
key: string;
overrides?: Parameters<typeof createLocalReq>[0];
}) => Promise<InitReqResult>;
//# sourceMappingURL=initReq.d.ts.map