Rocky_Mountain_Vending/.pnpm-store/v10/files/c2/571f1d2d57b541ad5e85e76c8ddda7dfbf392de3b49e907a4d407203fe9227ffe8b92608f54e3e22a0d291d0083c4de11a6ed1ac2091b048fde8732f725ba4
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

13 lines
No EOL
400 B
Text

import type { Session, SessionAggregates } from '../types-hoist/session';
import type { User } from '../types-hoist/user';
/**
* @internal
*/
export declare function addAutoIpAddressToUser(objWithMaybeUser: {
user?: User | null;
}): void;
/**
* @internal
*/
export declare function addAutoIpAddressToSession(session: Session | SessionAggregates): void;
//# sourceMappingURL=ipAddress.d.ts.map