UNPKG

react-native-klarna-inapp-sdk

Version:
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