Rocky_Mountain_Vending/.pnpm-store/v10/files/6b/6307adcb1726229dc245847b70ea0e07425f40bd4c5f4b08250c4b3cf02d351cdfbb3cb987816dbadf026adb345f6d7dc5f82d8adec453e5411da49384e07f
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

11 lines
No EOL
474 B
Text

import type { TransactionEvent } from '../types-hoist/event';
import type { 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