3 lines
96 B
C#
3 lines
96 B
C#
namespace NuGet.Models;
|
|
|
|
public record RegistrationRoot(int Count, RegistrationPage[] Items); |