// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface ISPHttpMsGraphStrings { /** * [Tag:ODSP-SPPPLAT-SPHttp] Message to show when the MSGraphClient cannot be constructed. MSGraphClient is a javascript SDK for interacting with Microsoft Graph's REST APIs. */ 'graphClientInitializationError': string; } /** * @public */ declare const strings: ISPHttpMsGraphStrings; export default strings;