UNPKG

contentfully

Version:

A simple but performant REST client for Contentful.

6 lines 260 B
import { ContentfulError } from "./ContentfulError"; export declare class RateLimitError extends ContentfulError<RateLimitError> { readonly waitTime: number; constructor(message: string, waitTime: number); } //# sourceMappingURL=RateLimitError.d.ts.map