Files
start-os/sdk/lib/osBindings/ApiState.ts
Aiden McClelland e65c0a0d1d fix tests
2024-07-26 19:19:19 -06:00

4 lines
170 B
TypeScript

// 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"