diff options
Diffstat (limited to 'src/Data/Miscellaneous/AppPath.cs')
| -rw-r--r-- | src/Data/Miscellaneous/AppPath.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Data/Miscellaneous/AppPath.cs b/src/Data/Miscellaneous/AppPath.cs new file mode 100644 index 0000000..4e17a88 --- /dev/null +++ b/src/Data/Miscellaneous/AppPath.cs @@ -0,0 +1,7 @@ +namespace VSH.Data.Miscellaneous; + +public sealed record AppPath +{ + public string HostPath { get; init; } + public string WebPath { get; init; } +}
\ No newline at end of file |
