UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

9 lines (8 loc) 272 B
import { ForbiddenError } from "./ForbiddenError"; type RefNotFoundErrorAPIResponse = { type: "api_notfound_error"; message: string; }; export declare class RefNotFoundError<TResponse = RefNotFoundErrorAPIResponse> extends ForbiddenError<TResponse> { } export {};