Iceshrimp.NET/Iceshrimp.Shared/Schemas/RedirectResponse.cs

6 lines
No EOL
118 B
C#

namespace Iceshrimp.Shared.Schemas;
public class RedirectResponse
{
public required string TargetUrl { get; set; }
}