7 lines
No EOL
168 B
C#
7 lines
No EOL
168 B
C#
namespace Iceshrimp.Shared.Schemas.Web;
|
|
|
|
public class PaginationWrapper<T>
|
|
{
|
|
public required string Id { get; set; }
|
|
public required T Entity { get; set; }
|
|
} |