UNPKG

@mia-burton/klarna-node

Version:
6 lines (5 loc) 225 B
import { PaymentSession } from "../types"; import { PaymentSession as KlarnaPaymentSession } from "../types/klarna"; export declare class PaymentSessionMapper { map(klarnaSession: KlarnaPaymentSession): PaymentSession; }