UNPKG

@clickup/rest-client

Version:

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

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