mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
chore: update generated TS bindings
This commit is contained in:
@@ -13,5 +13,6 @@ export type BackupTarget =
|
||||
used: number | null
|
||||
startOs: { [key: string]: StartOsRecoveryInfo }
|
||||
guid: string | null
|
||||
filesystem: string | null
|
||||
}
|
||||
| ({ type: 'cifs' } & CifsBackupTarget)
|
||||
|
||||
@@ -8,4 +8,5 @@ export type PartitionInfo = {
|
||||
used: number | null
|
||||
startOs: { [key: string]: StartOsRecoveryInfo }
|
||||
guid: string | null
|
||||
filesystem: string | null
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user