0.7.28 - final

This commit is contained in:
2026-05-12 15:04:04 +02:00
parent 7f130dba6b
commit 4f6a4806e2
34 changed files with 4020 additions and 199 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.
/**
* Response payload for program instruction discriminator summaries.
*/
export type DemoPipeline2ProgramInstructionDiscriminatorSummaryPayload = {
/**
* Pretty JSON summary rows.
*/
summariesJson: string, };