export interface SessionResult { customerId: string; paymentId?: string; paymentStatus?: string; }