Rocky_Mountain_Vending/.pnpm-store/v10/files/26/a972e92472c4b45e7b9740f0df5d8251f12ff3e21a2f54863688d867f13d7040512a6bdcfd9ef66869bcee76af93f433d5685d68ce741faf3329b8aa98ffd3
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

5 lines
185 B
Text

import type { HandlerExecutionContext } from "@smithy/types";
/**
* @internal
*/
export declare const getSmithyContext: (context: HandlerExecutionContext) => Record<string, unknown>;