Rocky_Mountain_Vending/.pnpm-store/v10/files/06/dbd479a0d64c15f08d1e9b5812207ec94a58d57d7d41d64b55378c451a2803ca06a1b499f0a661d486e486416a7f2ece829a0b61e72577028d4aa4c39410c2
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
155 B
Text

import { HttpRequest } from "@smithy/protocol-http";
/**
* @internal
*/
export declare const isStreamingPayload: (request: HttpRequest) => boolean;