/** * Internal constants used for the SPHttpClient * @internal */ export default class SPConstants { /** * Name of the SPHttpClient class. */ static SP_HTTP_CLIENT_CLASS_NAME: string; static SP_HTTP_CLIENT_CLASS_NAME_FETCH: string; /** * Flight for adding SharePoint Tokens to the SPHttpClient in Fluid. */ static readonly SP_TOKEN_FOR_FLUID_ID: number; /** * Set of domains that Fluid can run in. */ static readonly FLUID_DOMAINS: string[]; /** * Used to infer the SPWeb's url. See SPHttpClientHelper.getWebUrlFromRequestUrl for more details */ static RESERVED_URL_SEGMENTS: string[]; } //# sourceMappingURL=SPConstants.d.ts.map