UNPKG

mzinga

Version:

Node, React and MongoDB Headless CMS and Application Framework

7 lines 263 B
import type { GlobalConfig } from '../globals/config/types'; import APIError from './APIError'; declare class DuplicateGlobal extends APIError { constructor(config: GlobalConfig); } export default DuplicateGlobal; //# sourceMappingURL=DuplicateGlobal.d.ts.map