Files
klz-cables.com/.pnpm-store/v10/files/66/f3008f7efb1eb6413de9ae3cbbc758e57f16c59bebb8162399db6fe5e74a731c3a47db34d2141a8d2257e27de9a87bf508004cbc8c94441dfdbaac61b3e788
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

10 lines
449 B
Plaintext

import type { HandleFunction, IncomingMessage, Server } from 'connect';
export declare const _LAYERS_STORE_PROPERTY: unique symbol;
export type UseArgs1 = [HandleFunction];
export type UseArgs2 = [string, HandleFunction];
export type UseArgs = UseArgs1 | UseArgs2;
export type Use = (...args: UseArgs) => Server;
export type PatchedRequest = {
[_LAYERS_STORE_PROPERTY]: string[];
} & IncomingMessage;
//# sourceMappingURL=internal-types.d.ts.map