namespace zero.Api.Endpoints.Translations; public class TranslationSave : SaveModel { public string Value { get; set; } public TranslationDisplay Display { get; set; } }