Rocky_Mountain_Vending/.pnpm-store/v10/files/ec/ffdc0835b122fa21749f559a237205c90eb497e44a7ff51c17c4185687b2e7207edc5793cb6da84e64af2e1d447c70e7c4fd6c2807ce80fe94e1a33dbdf2d6
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
No EOL
362 B
Text

import type { EventHint } from './types-hoist/event';
import type { SendFeedbackParams } from './types-hoist/feedback';
/**
* Send user feedback to Sentry.
*/
export declare function captureFeedback(params: SendFeedbackParams, hint?: EventHint & {
includeReplay?: boolean;
}, scope?: import("./scope").Scope): string;
//# sourceMappingURL=feedback.d.ts.map