Rocky_Mountain_Vending/.pnpm-store/v10/files/45/17d776d779fca2489158996a15ed050dbbf864e62d7d3ae19bb2a7ebf921423e03f0c1216d383b7ba976f9c4b5a6a1c3724a79bb93e2d4e03f6fe6771ca751
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

6 lines
178 B
Text

import { Buffer } from "buffer";
import { RequestOptions } from "http";
/**
* @internal
*/
export declare function httpRequest(options: RequestOptions): Promise<Buffer>;