feat: tools pages

Various other fixes:
- Better handeling of limit/since/before merging
- Expose timeout through request builder
- Expose PickN through request builder
- Fix tests
This commit is contained in:
2023-12-20 14:07:51 +00:00
parent 96368d4a2b
commit 06b7dcad11
21 changed files with 526 additions and 156 deletions

View File

@ -18,6 +18,7 @@ export interface FlatReqFilter {
since?: number;
until?: number;
limit?: number;
resultSetId: string;
}
export interface QueryOptimizer {