Rocky_Mountain_Vending/.pnpm-store/v10/files/0c/9a1b9901d2b8080951901b85c608f902ab14123ca9413dee2959293ea70fea895c27d8e2c392b229f5cb8cb0c5ef9527388bcdd2c69309aecba7fc252781a3
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

2 lines
154 B
Text

import { type ErrorSourceType } from '../../shared/lib/error-source';
export declare function getServerError(error: Error, type: ErrorSourceType): Error;