mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
4 lines
111 B
C#
4 lines
111 B
C#
namespace Remotely.Server.Models.Messages;
|
|
|
|
public record DownloadFileProgressMessage(int ProgressPercent);
|