Rocky_Mountain_Vending/.pnpm-store/v10/files/c1/2ea2175b07c507c4077aa289568eb6d392739db7d27fa68c44b5f80da6b84614e5f010777b9a8825dd40290879094f1a06437bebbecc2d380b2f7dec037565
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

6 lines
No EOL
235 B
Text

import type { Event } from '../types-hoist/event';
/**
* Get a list of possible event messages from a Sentry event.
*/
export declare function getPossibleEventMessages(event: Event): string[];
//# sourceMappingURL=eventUtils.d.ts.map