This commit is contained in:
2022-11-20 23:20:28 -07:00
parent c6aa7e8e3c
commit 3b988ba152
85 changed files with 1355 additions and 980 deletions

View File

@ -4,9 +4,9 @@ public interface IItem
{
public bool? Abandoned { get; }
public bool? Changed { get; }
public bool? FileSizeChanged { get; }
public List<Face> Faces { get; }
public FileHolder? ImageFileHolder { get; }
public FileHolder ImageFileHolder { get; }
public bool? Moved { get; }
public bool? NoJson { get; }
public Property? Property { get; }