UNPKG

box-node-sdk

Version:

Official SDK for Box Platform APIs

6 lines (5 loc) 117 B
export interface ProxyConfig { readonly url: string; readonly username?: string; readonly password?: string; }