UNPKG

contentfully

Version:

A simple but performant REST client for Contentful.

5 lines 202 B
import { ContentfulError } from "./ContentfulError"; export declare class ServerError extends ContentfulError<ServerError> { constructor(message: string); } //# sourceMappingURL=ServerError.d.ts.map