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