@aleph-sdk/monorepo
Preparing search index...
message/src
CpuProperties
Type Alias CpuProperties
architecture: CPU architecture vendor: CPU vendor. Allows other vendors.
type
CpuProperties
=
{
architecture
?:
"x86_64"
|
"arm64"
;
features
?:
string
[]
;
vendor
?:
"AuthenticAMD"
|
"GenuineIntel"
|
string
;
}
Index
Properties
architecture?
features?
vendor?
Properties
Optional
architecture
architecture
?:
"x86_64"
|
"arm64"
Optional
features
features
?:
string
[]
Optional
vendor
vendor
?:
"AuthenticAMD"
|
"GenuineIntel"
|
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
architecture
features
vendor
@aleph-sdk/monorepo
Loading...
architecture: CPU architecture vendor: CPU vendor. Allows other vendors.