Rocky_Mountain_Vending/.pnpm-store/v10/files/ba/25ec0e8d1c50c2513ecdab99b6100ab44494bfacad12e969b207903ce6151e9c05a454667522503237685cc2372f722738793d513a9c3ddcb234d4b1047349
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
237 B
Text

import { 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