UNPKG

@clickup/rest-client

Version:

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

7 lines 317 B
import type RestResponse from "../RestResponse"; import RestResponseError from "./RestResponseError"; export default class RestTokenInvalidError extends RestResponseError { readonly humanReason: string; constructor(humanReason: string, res: RestResponse); } //# sourceMappingURL=RestTokenInvalidError.d.ts.map