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>
13 lines
No EOL
400 B
Text
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 |