6 lines
No EOL
115 B
C#
6 lines
No EOL
115 B
C#
namespace Iceshrimp.Shared.Schemas.Web;
|
|
|
|
public class InviteResponse
|
|
{
|
|
public required string Code { get; set; }
|
|
} |