2 lines
78 B
C#
2 lines
78 B
C#
public record CursorPage<T>(List<T> Items, string? NextCursor, bool HasMore);
|
public record CursorPage<T>(List<T> Items, string? NextCursor, bool HasMore);
|