Rocky_Mountain_Vending/.pnpm-store/v10/files/29/0aaa0f933ca8309635f16233b2f188f8ee74d6f803de0f64c4e3e319ddf733fb31a04e4ca67b6ec90cb09882e36ca22a0fb4b374cdae8031b40d2aafb434cb
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
185 B
Text

import type { EventStreamSerdeProvider } from "@smithy/types";
/** browser event stream serde utils provider */
export declare const eventStreamSerdeProvider: EventStreamSerdeProvider;