Files
klz-cables.com/.pnpm-store/v10/files/59/62b7e6f75eb661f2826be3c3dabd0c0cdb469fca7ec707cf51cf37e2c6ee0da7c43b247ad6d61b84788d4abc20ae9b01637724cebe122e001e859d346132d1
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

8 lines
269 B
Plaintext

import type { PayloadRequest } from '../types/index.js';
type CorsArgs = {
headers: Headers;
req: Partial<PayloadRequest>;
};
export declare const headersWithCors: ({ headers, req }: CorsArgs) => Headers;
export {};
//# sourceMappingURL=headersWithCors.d.ts.map