UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

6 lines 222 B
import type { TFunction } from '@payloadcms/translations'; import { APIError } from './APIError.js'; export declare class NotFound extends APIError { constructor(t?: TFunction); } //# sourceMappingURL=NotFound.d.ts.map