Rocky_Mountain_Vending/.pnpm-store/v10/files/4a/669cbbf2f9500618b0df19f001153a3ac01722ed6b090baaad3679330fd2c3a33b8d9be4b234248cde610c3e9deef273520be75b3efde80efce5907ebaed02
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 { HandlerExecutionContext } from "@smithy/types";
/**
* @internal
*/
export declare const getSmithyContext: (context: HandlerExecutionContext) => Record<string, unknown>;