Rocky_Mountain_Vending/.pnpm-store/v10/files/e5/4ea858698834af99b6e5d92a3fc1297189585635fc9d958bad60f2c8e66ab7bd8ebbdab531f6e7bca45bd9c81362297278f7158360f911f9340b0b236178d1
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

8 lines
282 B
Text

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