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

7 lines
279 B
Plaintext

import type { Span } from '@opentelemetry/api';
import type { FastifyReply } from '../types';
import type { spanRequestSymbol } from './constants';
export type PluginFastifyReply = FastifyReply & {
[spanRequestSymbol]?: Span[];
};
//# sourceMappingURL=internal-types.d.ts.map