Remotely/Server/Models/Messages/DownloadFileProgressMessage.cs
2023-08-04 12:50:58 -07:00

4 lines
111 B
C#

namespace Remotely.Server.Models.Messages;
public record DownloadFileProgressMessage(int ProgressPercent);