9 lines
255 B
C#
9 lines
255 B
C#
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; }
|
|
}
|
|
} |