UNPKG

@agoransson/klarna-payments

Version:

Typescript wrapper for Klarna Payments API.

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