Tranga/API/ProblemResponse.cs

3 lines
87 B
C#
Raw Normal View History

2024-12-14 21:53:29 +01:00
namespace API;
public record ProblemResponse(string title, string? message = null);