feature: Console Replay Simulator
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
public record ApiResponse<T>(bool Success, T Data, string? Error);
|
||||
public record PagedResponse<T>(List<T> Items, int TotalCount, int Page, int PageSize);
|
||||
Reference in New Issue
Block a user