7 lines
No EOL
205 B
C#
7 lines
No EOL
205 B
C#
using J = System.Text.Json.Serialization.JsonPropertyNameAttribute;
|
|
|
|
namespace Iceshrimp.Backend.Controllers.Schemas;
|
|
|
|
public class InviteResponse {
|
|
[J("code")] public required string Code { get; set; }
|
|
} |