aboutsummaryrefslogtreecommitdiffstats
path: root/src/Data/Miscellaneous/AppPath.cs
blob: 4e17a88d151867c4771a6047fe0b84caca89e594 (plain) (blame)
1
2
3
4
5
6
7
namespace VSH.Data.Miscellaneous;

public sealed record AppPath
{
	public string HostPath { get; init; }
	public string WebPath { get; init; }
}