1 line
77 B
C#
1 line
77 B
C#
public record CursorPage<T>(List<T> Items, string? NextCursor, bool HasMore); |
public record CursorPage<T>(List<T> Items, string? NextCursor, bool HasMore); |