Files
start-os/core/startos/bindings/WifiInfo.ts
Aiden McClelland f07992c091 misc fixes
2024-04-09 14:04:31 -06:00

9 lines
238 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type WifiInfo = {
interface: string;
ssids: Array<string>;
selected: string | null;
connected: string | null;
};