UNPKG

@clickup/rest-client

Version:

A syntax sugar tool around Node fetch() API, tailored to work with TypeScript and response validators

4 lines 167 B
import RestResponseError from "./RestResponseError"; export default class RestTimeoutError extends RestResponseError { } //# sourceMappingURL=RestTimeoutError.d.ts.map