UNPKG

mzinga

Version:

Node, React and MongoDB Headless CMS and Application Framework

7 lines 216 B
import type { TFunction } from 'i18next'; import APIError from './APIError'; declare class NotFound extends APIError { constructor(t?: TFunction); } export default NotFound; //# sourceMappingURL=NotFound.d.ts.map