UNPKG

react-native-klarna-inapp-sdk

Version:

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

10 lines 444 B
export declare namespace KlarnaExpressCheckoutSessionOptions { interface ClientSideSession { readonly clientId: string; } interface ServerSideSession { readonly clientToken: string; } } export type KlarnaExpressCheckoutSessionOptions = KlarnaExpressCheckoutSessionOptions.ClientSideSession | KlarnaExpressCheckoutSessionOptions.ServerSideSession; //# sourceMappingURL=KlarnaExpressCheckoutSessionOptions.d.ts.map