igdb-types
Version:
TypeScript type definitions for IGDB API responses
22 lines (21 loc) • 821 B
TypeScript
/**
* This file exports all enum types from the enums directory.
* It allows for cleaner imports in other files.
*/
export * from './AgeRatingCategoryEnum';
export * from './AgeRatingContentDescriptionCategoryEnum';
export * from './AgeRatingRatingEnum';
export * from './CharacterGenderEnum';
export * from './CharacterSpeciesEnum';
export * from './DateCategoryEnum';
export * from './ExternalGameCategoryEnum';
export * from './ExternalGameMediaEnum';
export * from './GameCategoryEnum';
export * from './GameStatusEnum';
export * from './GameVersionFeatureCategoryEnum';
export * from './GameVersionFeatureValueEnum';
export * from './PlatformCategoryEnum';
export * from './PlatformWebsiteCategoryEnum';
export * from './PopularitySourceEnum';
export * from './RegionEnum';
export * from './WebsiteCategoryEnum';