feature: Ward Gateway Service (Local-First Clinical Path)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
public record CursorPage<T>(List<T> Items, string? NextCursor, bool HasMore);
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
public record CursorPage<T>(List<T> Items, string? NextCursor, bool HasMore);
|
||||