Rocky_Mountain_Vending/.pnpm-store/v10/files/c8/f3312b8d46faa12e053b3479bc73f91132568a27ae7c2a503944673b5c461057648f7958bb4114d360eaf7384d8e5281c9deea5041e19faf6b69b2bf09263d
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
476 B
Text

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