/**
 * This file exports all type definitions from the types directory.
 * It allows for cleaner imports in other files.
 *
 * It also exports utility types that provide more specific primitive types
 * for use across the codebase.
 */
export * from './AgeRating';
export * from './AgeRatingCategory';
export * from './AgeRatingContentDescription';
export * from './AgeRatingContentDescriptionV2';
export * from './AgeRatingOrganization';
export * from './AlternativeName';
export * from './Artwork';
export * from './Character';
export * from './CharacterGender';
export * from './CharacterMugShot';
export * from './CharacterSpecies';
export * from './Collection';
export * from './CollectionMembership';
export * from './CollectionMembershipType';
export * from './CollectionRelation';
export * from './CollectionRelationType';
export * from './CollectionType';
export * from './Company';
export * from './CompanyLogo';
export * from './CompanyStatus';
export * from './CompanyWebsite';
export * from './Cover';
export * from './DateFormat';
export * from './Event';
export * from './EventLogo';
export * from './EventNetwork';
export * from './ExternalGame';
export * from './ExternalGameSource';
export * from './Franchise';
export * from './Game';
export * from './GameEngine';
export * from './GameEngineLogo';
export * from './GameLocalization';
export * from './GameMode';
export * from './GameReleaseFormat';
export * from './GameStatus';
export * from './GameTimeToBeat';
export * from './GameType';
export * from './GameVersion';
export * from './GameVersionFeature';
export * from './GameVersionFeatureValue';
export * from './GameVideo';
export * from './Genre';
export * from './InvolvedCompany';
export * from './Keyword';
export * from './Language';
export * from './LanguageSupport';
export * from './LanguageSupportType';
export * from './MultiplayerMode';
export * from './NetworkType';
export * from './Platform';
export * from './PlatformFamily';
export * from './PlatformLogo';
export * from './PlatformType';
export * from './PlatformVersion';
export * from './PlatformVersionCompany';
export * from './PlatformVersionReleaseDate';
export * from './PlatformWebsite';
export * from './PlayerPerspective';
export * from './PopularityPrimitive';
export * from './PopularityType';
export * from './Region';
export * from './ReleaseDate';
export * from './ReleaseDateRegion';
export * from './ReleaseDateStatus';
export * from './Screenshot';
export * from './Search';
export * from './Theme';
export * from './Website';
export * from './WebsiteType';
export * from './utility';
