Init
This commit is contained in:
10
Shared/Models/Properties/IIndex.cs
Normal file
10
Shared/Models/Properties/IIndex.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace View_by_Distance.Shared.Models.Properties;
|
||||
|
||||
public interface IIndex
|
||||
{
|
||||
|
||||
public DateTime? DateTime { get; }
|
||||
public int? Index { get; }
|
||||
public List<string> RelativePaths { get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user