export const { PaymentRequest } = typeof window === 'undefined' ? { PaymentRequest: null } : window;
