Rocky_Mountain_Vending/.pnpm-store/v10/files/a0/a9e4d3d6b8f27d518578ff5a11f8665a185b8859a43e395dc9651d6d4bf7f62e0df8315f76842079e417087a9eee7d80252f616a5040798256c0d716a5ee63
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
404 B
Text

import { Session, SessionAggregates } from '../types-hoist/session';
import { 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