UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

7 lines (6 loc) 161 B
export interface OpenIdConnectResponse { HttpStatusCode?: number; Username?: string; ErrorMessage?: string; UnhandledErrorBody?: string; }