UNPKG

contentfully

Version:

A simple but performant REST client for Contentful.

6 lines 257 B
import { Class } from "type-fest"; export declare class ContentfulError<T extends ContentfulError<T>> extends Error { private ErrorType; protected constructor(message: string, ErrorType: Class<Error>); } //# sourceMappingURL=ContentfulError.d.ts.map