Rocky_Mountain_Vending/.pnpm-store/v10/files/55/45847eb102e6362d9c117dd118677443a7c62286b68ccc0157d4076f6ffb0d88595d1d11392eab393cebd844162a922e945c1f4f209cad01d345a011393a34
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

2 lines
184 B
Text

import { ClientRequest } from "http";
export declare const setSocketTimeout: (request: ClientRequest, reject: (err: Error) => void, timeoutInMs?: number) => NodeJS.Timeout | number;