// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface ISPHttpBaseStrings { /** * [Tag:ODSP-SPPPLAT-SPHttp] Message to show the end user when additional credentials are required to access restricted information. */ 'additionalCredentialsWarning': string; /** * [Tag:ODSP-SPPPLAT-SPHttp] Message to show when SharePoint Online Web Application Service Principal is not available in this tenant. */ 'servicePrincipalNotAvaliableError': string; } /** * @public */ declare const strings: ISPHttpBaseStrings; export default strings;