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

    Function getTypes

    • Parameters

      • axiosInstance: AxiosInstance = axios

      Returns {
          locate: (
              path: string,
              options?: AxiosRequestConfig,
          ) => Promise<AxiosResponse<ProtoDataStruct, any, {}>>;
          searchTypes: (
              params?: SearchTypesParams,
              options?: AxiosRequestConfig,
          ) => Promise<AxiosResponse<DataStructList, any, {}>>;
      }