export interface PaymentResponse {
  id: string
  redirectUrl: string
}
