All checks were successful
Run the JSON parser tests / test (push) Has been skipped
6 lines
141 B
C#
6 lines
141 B
C#
namespace Jtr.Tools.API.Requests;
|
|
|
|
public abstract class TransformRequest
|
|
{
|
|
public string Source { get; init; } = string.Empty;
|
|
} |