Iceshrimp.NET/Iceshrimp.Shared/Schemas/Web/FollowRequestResponse.cs

9 lines
No EOL
226 B
C#

using Iceshrimp.Shared.Helpers;
namespace Iceshrimp.Shared.Schemas.Web;
public class FollowRequestResponse : IIdentifiable
{
public required string Id { get; set; }
public required UserResponse User { get; set; }
}