Rocky_Mountain_Vending/.pnpm-store/v10/files/b2/6f00c7242e2c282f912d56515bef35f00602810a19411880ddef840067e5bb384d50354d118e25d4326a6ec6b19737beacb0cfba0851625ffdad9622bde4b4
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
252 B
Text

import { ConfigurableSerdeContext, SerdeFunctions } from "@smithy/types";
export declare class SerdeContextConfig implements ConfigurableSerdeContext {
protected serdeContext?: SerdeFunctions;
setSerdeContext(serdeContext: SerdeFunctions): void;
}