UNPKG

@tf2pickup-org/serveme-tf-client

Version:
7 lines (6 loc) 257 B
import { HttpClientError } from './http-client.error'; export declare class ServemeTfApiError extends Error { readonly message: string; readonly httpClientError: HttpClientError; constructor(message: string, httpClientError: HttpClientError); }