UNPKG

@agoransson/klarna-payments

Version:

Typescript wrapper for Klarna Payments API.

8 lines (7 loc) 153 B
import { Region } from "./utils"; export declare type Config = { isLive: boolean; region: Region; username: string; password: string; };