@webitel/api-services
    Preparing search index...

    Function getSearchAgentStatusStatisticMockHandler

    • Parameters

      • OptionaloverrideResponse:
            | EngineListAgentStatsStatistic
            | (
                (
                    info: ResponseResolverInfo<
                        HttpRequestResolverExtras<PathParams<string | number | symbol>>,
                        DefaultBodyType,
                    >,
                ) =>
                    | EngineListAgentStatsStatistic
                    | Promise<EngineListAgentStatsStatistic>
            )
      • Optionaloptions: RequestHandlerOptions

      Returns HttpHandler