UNPKG

@clickup/rest-client

Version:

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

4 lines (2 loc) 134 B
import RestResponseError from "./RestResponseError"; export default class RestContentSizeOverLimitError extends RestResponseError {}