Files
start-os/core/startos/bindings/WifiInfo.ts
Aiden McClelland e9166c4a7d fix wifi types
2024-04-09 15:24:05 -06:00

9 lines
246 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 | null;
ssids: Array<string>;
selected: string | null;
lastRegion: string | null;
};