Rocky_Mountain_Vending/.pnpm-store/v10/files/5c/fa7f908c01fc8c0142ff9af0e9d258a7a5ca8ca2679e1e15abea9391532e8d4d72ef099c6b68a223cce12a4461e961022ab79bd6546591cf5627b18362e65e
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

3 lines
238 B
Text

import type { AppRouteHandlerFn, AppRouteHandlers } from '../module';
import { type HTTP_METHOD } from '../../../web/http';
export declare function autoImplementMethods(handlers: AppRouteHandlers): Record<HTTP_METHOD, AppRouteHandlerFn>;