UNPKG

@mia-burton/klarna-node

Version:
12 lines (11 loc) 279 B
export declare class SessionResponse { readonly clientToken: string; readonly id: string; /** * Order token object * * @param id string - The session id * @param token string - The client token */ constructor(id: string, token: string); }