using System.Collections.Generic; namespace Frontend.Translations.Tests { public class ModuleFolder { public string Path { get; set; } public List AppliedJsTranslationKeys { get; set; } public List AvailableLanguages { get; set; } } }