namespace Disco.Web.Areas.API.Models.DocumentTemplate { public class ImporterUndetectedFilesModel { public string Id { get; set; } public string Timestamp { get; set; } public long TimestampUnixEpoc { get; set; } } }