add hasPrimary and disabled to network interfaces

This commit is contained in:
Matt Hill
2023-05-21 12:24:21 -06:00
parent dfc54b4320
commit 2354d08b75
4 changed files with 25 additions and 3 deletions

View File

@@ -57,6 +57,8 @@ export type Utils<Store, Vault, WrapperOverWrite = { const: never }> = {
name: string
id: string
description: string
hasPrimary: boolean
disabled: boolean
ui: boolean
username: null | string
path: string
@@ -149,6 +151,8 @@ export const utils = <
name: string
id: string
description: string
hasPrimary: boolean
disabled: boolean
ui: boolean
username: null | string
path: string