Files
khadhroony-bobobot/kb_demo_app/frontend/ts/bindings/Demo3UpstreamRegistryPayload.ts
2026-05-31 16:43:19 +02:00

16 lines
468 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { Demo3UpstreamRegistryResult } from "./Demo3UpstreamRegistryResult";
/**
* Payload returned by the Demo3 upstream registry command.
*/
export type Demo3UpstreamRegistryPayload = {
/**
* Pretty JSON representation of the registry result.
*/
resultJson: string,
/**
* Structured registry result.
*/
result: Demo3UpstreamRegistryResult, };