Rocky_Mountain_Vending/.pnpm-store/v10/files/22/accfb3d3e99235f937a9fbb6cbec4641c25bc4a5e8db1f10f9c97b177fcb7576d520e587b33876dffd9619a5e916e311204b004225201df98b8ea6a72c2b95
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

9 lines
493 B
Text

import { ClientReport } from '../types-hoist/clientreport';
import { ClientReportEnvelope } from '../types-hoist/envelope';
/**
* Creates client report envelope
* @param discarded_events An array of discard events
* @param dsn A DSN that can be set on the header. Optional.
*/
export declare function createClientReportEnvelope(discarded_events: ClientReport['discarded_events'], dsn?: string, timestamp?: number): ClientReportEnvelope;
//# sourceMappingURL=clientreport.d.ts.map