0.7.47-1FE5
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// 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, };
|
||||
Reference in New Issue
Block a user