Rocky_Mountain_Vending/.pnpm-store/v10/files/09/3b4ce1e5ef30f871783b2cf88c3929fdcba65da6af4e75eed92be4e27170b4e8c9b4e2bcaaf1f5ecd8267ddec6ac178209b3a2621de8429d845ba0616f713d
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
177 B
Text

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