6 lines
No EOL
118 B
C#
6 lines
No EOL
118 B
C#
namespace Iceshrimp.Shared.Schemas;
|
|
|
|
public class RedirectResponse
|
|
{
|
|
public required string TargetUrl { get; set; }
|
|
} |