Rocky_Mountain_Vending/.pnpm-store/v10/files/1e/778d094015bca393ecf763802300917cf60914ef25cec35903f395503887f2689741b88fa6216043f0c850f458b31409d90cc25012f71d2a055acd76c0274f
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

7 lines
95 B
Text

/**
* @internal
*/
export declare enum EndpointMode {
IPv4 = "IPv4",
IPv6 = "IPv6"
}