namespace Iceshrimp.Shared.Schemas; public class InviteResponse { public required string Code { get; set; } }