mzinga
Version:
Node, React and MongoDB Headless CMS and Application Framework
9 lines • 432 B
TypeScript
import type { SanitizedCollectionConfig } from '../collections/config/types';
import type { SanitizedGlobalConfig } from '../globals/config/types';
/**
* This function is not being used and will no longer be exported in the future
* @deprecated
* @param entity
*/
export declare const getVersionsModelName: (entity: SanitizedCollectionConfig | SanitizedGlobalConfig) => string;
//# sourceMappingURL=getVersionsModelName.d.ts.map