Iceshrimp.NET/Iceshrimp.Shared/Schemas/Web/FollowRequestResponse.cs
2024-07-05 04:16:19 +02:00

7 lines
No EOL
177 B
C#

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