11 lines
307 B
TypeScript
11 lines
307 B
TypeScript
// 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, };
|