@contentstack/cli-variants
Version:
Variants plugin
17 lines (15 loc) • 419 B
text/typescript
import Events from './events';
import Project from './project';
import Attribute from './attribute';
import Audiences from './audiences';
import Experiences from './experiences';
import VariantEntries from './variant-entries';
// NOTE Acting as namespace to avoid the same class name conflicts in other modules
export const Import = {
Events,
Project,
Attribute,
Audiences,
Experiences,
VariantEntries,
};