Files
Moonlight/Moonlight/App/ApiClients/Daemon/Requests/Unmount.cs
2023-06-07 02:46:26 +02:00

6 lines
123 B
C#

namespace Moonlight.App.ApiClients.Daemon.Requests;
public class Unmount
{
public string Path { get; set; } = "";
}