namespace View_by_Distance.Shared.Models;

public record MatchNginx(string Name, string Type, DateTime MTime, long Size, string ConvertedPath)
{ }