UNPKG

contentfully

Version:

A simple but performant REST client for Contentful.

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