UNPKG

contentfully

Version:

A simple but performant REST client for Contentful.

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