0.7.28
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
/**
|
||||
* Response payload for protocol candidate summary diagnostics.
|
||||
*/
|
||||
export type DemoPipeline2ProtocolCandidateSummaryPayload = {
|
||||
/**
|
||||
* Pretty JSON summary rows.
|
||||
*/
|
||||
summariesJson: string, };
|
||||
@@ -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, };
|
||||
Reference in New Issue
Block a user