UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

9 lines (8 loc) 143 B
export interface PublicKey { kty?: string; n?: string; e?: string; alg?: string; use?: string; kid?: string; }