UNPKG

node-sp-auth-nocolors

Version:

Unattended SharePoint http authentication with nodejs (Without Colors)

9 lines (8 loc) 144 B
export interface IAuthResponse { headers: { [key: string]: any; }; options?: { [key: string]: any; }; }