3 lines
101 B
C#
3 lines
101 B
C#
namespace Moonlight.Shared.Http.Responses;
|
|
|
|
public record PagedData<T>(T[] Data, int TotalLength); |