UNPKG

@o3r/dynamic-content

Version:

This module provides a mechanism to retrieve media and data depending on the host or a server specific url.

26 lines 983 B
import type { InterfaceOf } from '@o3r/core'; import type { RequestParametersConfig, RequestParametersService } from '@o3r/dynamic-content'; /** * Fixture file for requestParameters service */ export declare class RequestParametersServiceFixture implements InterfaceOf<RequestParametersService> { query: { [key: string]: string; }; post: { [key: string]: string; }; config: RequestParametersConfig; getQueryParameter: jest.Mock<any, any>; getQueryParameterAsBoolean: jest.Mock<any, any>; getPostParameter: jest.Mock<any, any>; getPostParameterAsBoolean: jest.Mock<any, any>; getParameter: jest.Mock<any, any>; getParameterAsBoolean: jest.Mock<any, any>; clearQueryParameters: jest.Mock<any, any>; clearPostParameters: jest.Mock<any, any>; getFilteredParameters: jest.Mock<any, any>; getParams: jest.Mock<any, any>; constructor(); } //# sourceMappingURL=request-parameters-service-fixture-jest.d.ts.map