UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

4 lines (3 loc) 154 B
import { NotFoundError } from "./NotFoundError"; export declare class RepositoryNotFoundError<TResponse = undefined> extends NotFoundError<TResponse> { }