1
0

3 lines
123 B
C#

namespace Flawless.Communication.Request;
public record CreateIssueRequest(string Title, string Description, string? Tag);