Rocky_Mountain_Vending/.pnpm-store/v10/files/57/d23a3d2d72e749bdaddf825b401b36de3f5f03a3a5eea28756b5378869d9d72f9f3031a1adfb857499333d5547bd3b54d5d39af8d358245a222352149a5f70
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

4 lines
228 B
Text

export declare class SerializableError extends Error {
constructor(page: string, method: string, path: string, message: string);
}
export declare function isSerializableProps(page: string, method: string, input: any): true;