This commit is contained in:
2026-05-11 11:02:47 +02:00
parent d66afede28
commit 7f130dba6b
49 changed files with 10301 additions and 8481 deletions

View File

@@ -0,0 +1,10 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
/**
* Request payload for protocol candidate summary diagnostics.
*/
export type DemoPipeline2ProtocolCandidateSummaryRequest = {
/**
* Maximum number of summary rows to return.
*/
limit: number, };