UNPKG

react-native-klarna-inapp-sdk

Version:

This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.

8 lines (7 loc) 199 B
export interface KlarnaMobileSDKError { readonly isFatal: boolean; readonly message: string; readonly name: string; readonly sessionId?: string; readonly params?: { [key: string]: any }; }