/* tslint:disable */
/* eslint-disable */
// @ts-nocheck
//
// THIS IS A GENERATED FILE
// DO NOT MODIFY IT! YOUR CHANGES WILL BE LOST
import { InjectionToken } from '@angular/core';

/**
 * Specific GrpcClientSettings for Qa.
 * Use it only if your default settings are not set or the service requires other settings.
 */
export const GRPC_QA_CLIENT_SETTINGS = new InjectionToken<any>(
  'GRPC_QA_CLIENT_SETTINGS'
);
