UNPKG

node-sp-auth-nocolors

Version:

Unattended SharePoint http authentication with nodejs (Without Colors)

5 lines (4 loc) 110 B
export interface IAuthResponse { headers: { [key: string]: any }; options?: { [key: string]: any }; }