# Functions
MapAttributes maps the raw datafile attribute entities to SDK Attribute entities.
MapAudiences maps the raw datafile audience entities to SDK Audience entities.
MapEvents maps the raw datafile event entities to SDK Event entities.
MapExperiments maps the raw experiments entities from the datafile to SDK Experiment entities and also returns a map of experiment key to experiment ID.
MapFeatures maps the raw datafile feature flag entities to SDK Feature entities.
MapFlagVariations all variations for each flag datafile does not contain a separate entity for this we collect variations used in each rule (experiment rules and delivery rules).
MapGroups maps the raw group entity from the datafile to an SDK Group entity.
MapRollouts maps the raw datafile rollout entities to SDK Rollout entities.
MergeExperiments combines raw experiments and experiments inside groups and returns the array.
# Type aliases
OperatorType defines logical operator for conditions.