Type Alias TagTypeMapping

TagTypeMapping: {
    category: Category[];
    donation_platform: DonationPlatform[];
    game_version: GameVersion[];
    license: ShortLicense[];
    loader: Loader[];
    project_type: string[];
    report_type: string[];
    side_type: string[];
}

Type declaration