Rocky_Mountain_Vending/.pnpm-store/v10/files/83/aa516249fa823273ef36dd5920bf2e1ebf9ee37719c0f390f7e6b54817c7f85f0e0954007f09a3ab45ce2d7ee8ccc75d2f862413b9260e6f41dfdf5f7eeed1
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
159 B
Text

import { QueryParameterBag } from "@smithy/types";
/**
* @internal
*/
export declare function parseQueryString(querystring: string): QueryParameterBag;