Remotely/Shared/Dtos/ScriptResultResponse.cs

12 lines
235 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Remotely.Shared.Dtos;
public class ScriptResultResponse
{
public required string Id { get; init; }
}