Rocky_Mountain_Vending/.pnpm-store/v10/files/b9/1f7b7a04583e34842aa8760c1206c3249af49940f14f488f96a9e0af1a42426422ce627b4ab8c055c76d251f08e51d6ef1e91b2d89e54d8901f339fe9e8f67
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

15 lines
No EOL
330 B
Text

/**
* @license
* Copyright 2023 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
import type { CDPSession } from './CDPSession.js';
import type { Realm } from './Realm.js';
/**
* @internal
*/
export interface Environment {
get client(): CDPSession;
mainRealm(): Realm;
}
//# sourceMappingURL=Environment.d.ts.map