Files
start-os/core/startos/bindings/Status.ts
Matt Hill 3b9298ed2b Feature/dependency autoconfig (#2588)
* dependency autoconfig

* FE portion

---------

Co-authored-by: Aiden McClelland <me@drbonez.dev>
2024-04-03 11:48:26 -06:00

5 lines
222 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { MainStatus } from "./MainStatus";
export type Status = { configured: boolean; main: MainStatus };