mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 07:40:13 +01:00
3 lines
87 B
C#
3 lines
87 B
C#
|
namespace API;
|
|||
|
|
|||
|
public record ProblemResponse(string title, string? message = null);
|