Fix Windows extended type fallback
This commit is contained in:
parent
037891485d
commit
374c60ce79
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ type WindowsExtended = {
|
|||
disks?: WindowsDiskEntry[]
|
||||
osInfo?: WindowsOsInfo
|
||||
bitLocker?: Array<Record<string, unknown>> | Record<string, unknown>
|
||||
bitlocker?: Array<Record<string, unknown>> | Record<string, unknown>
|
||||
tpm?: Record<string, unknown>
|
||||
secureBoot?: Record<string, unknown>
|
||||
deviceGuard?: Array<Record<string, unknown>> | Record<string, unknown>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue