mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 04:11:57 +00:00
add hasPrimary and disabled to network interfaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user