2023-01-02 14:58:22 -07:00

4 lines
146 B
C#

namespace View_by_Distance.Shared.Models;
public record MatchNginx(string Name, string Type, DateTime MTime, long Size, string ConvertedPath)
{ }