// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface IStarterStrings { /** * {Locked}An error to show when the user has an old browser that is not supported. Currently this only impacts Firefox older than version 44 */ 'browserNotSupportedError': string; /** * A user-friendly error message to show in error.aspx when the page fails to load. It should be used with an error details string to provide specific on the error that occurred. */ 'loaderUserFriendlyError': string; /** * {Locked}An error to show when the preloaded data is invalid. */ 'invalidPreloadedDataError': string; } /** * @public */ declare const strings: IStarterStrings; export default strings;