@contentstack/cli-variants
Version:
Variants plugin
12 lines (10 loc) • 466 B
text/typescript
export { default as ExportProjects } from './projects';
export { default as ExportExperiences } from './experiences';
import VariantEntries from './variant-entries';
export { default as ExportEvents } from './events';
export { default as ExportAudiences } from './audiences';
export { default as ExportAttributes } from './attributes';
// NOTE Acting as namespace to avoid the same class name conflicts in other modules
export const Export = {
VariantEntries,
};