UNPKG

@adyen/adyen-web

Version:

![npm](https://img.shields.io/npm/v/@adyen/adyen-web.svg)

4 lines (3 loc) 288 B
import { PaymentResponse, RawPaymentResponse, UIElementStatus } from './types'; export declare function getSanitizedResponse(response: RawPaymentResponse): PaymentResponse; export declare function resolveFinalResult(result: PaymentResponse): [status: UIElementStatus, statusProps?: any];