chore: update generated TS bindings

This commit is contained in:
Aiden McClelland
2026-03-19 01:07:45 -06:00
parent 96dcd126db
commit d7c394ef33
3 changed files with 4 additions and 1 deletions

View File

@@ -13,5 +13,6 @@ export type BackupTarget =
used: number | null
startOs: { [key: string]: StartOsRecoveryInfo }
guid: string | null
filesystem: string | null
}
| ({ type: 'cifs' } & CifsBackupTarget)

View File

@@ -8,4 +8,5 @@ export type PartitionInfo = {
used: number | null
startOs: { [key: string]: StartOsRecoveryInfo }
guid: string | null
filesystem: string | null
}

View File

@@ -1,8 +1,9 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { GatewayId } from './GatewayId'
export type WifiInfo = {
enabled: boolean
interface: string | null
interface: GatewayId | null
ssids: Array<string>
selected: string | null
lastRegion: string | null