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

12 lines
476 B
Plaintext

import { TransactionEvent } from '../types-hoist/event';
import { SpanJSON } from '../types-hoist/span';
/**
* Converts a transaction event to a span JSON object.
*/
export declare function convertTransactionEventToSpanJson(event: TransactionEvent): SpanJSON;
/**
* Converts a span JSON object to a transaction event.
*/
export declare function convertSpanJsonToTransactionEvent(span: SpanJSON): TransactionEvent;
//# sourceMappingURL=transactionEvent.d.ts.map