mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
fix tests
This commit is contained in:
3
sdk/lib/osBindings/ApiState.ts
Normal file
3
sdk/lib/osBindings/ApiState.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
export type ApiState = "error" | "initializing" | "running"
|
||||
3
sdk/lib/osBindings/EchoParams.ts
Normal file
3
sdk/lib/osBindings/EchoParams.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
export type EchoParams = { message: string }
|
||||
@@ -15,6 +15,7 @@ export { AlpnInfo } from "./AlpnInfo"
|
||||
export { AnySignature } from "./AnySignature"
|
||||
export { AnySigningKey } from "./AnySigningKey"
|
||||
export { AnyVerifyingKey } from "./AnyVerifyingKey"
|
||||
export { ApiState } from "./ApiState"
|
||||
export { AttachParams } from "./AttachParams"
|
||||
export { BackupProgress } from "./BackupProgress"
|
||||
export { BackupTargetFS } from "./BackupTargetFS"
|
||||
@@ -42,6 +43,7 @@ export { DepInfo } from "./DepInfo"
|
||||
export { Description } from "./Description"
|
||||
export { DestroyOverlayedImageParams } from "./DestroyOverlayedImageParams"
|
||||
export { Duration } from "./Duration"
|
||||
export { EchoParams } from "./EchoParams"
|
||||
export { EncryptedWire } from "./EncryptedWire"
|
||||
export { ExecuteAction } from "./ExecuteAction"
|
||||
export { ExportActionParams } from "./ExportActionParams"
|
||||
|
||||
Reference in New Issue
Block a user