@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines • 354 B
TypeScript
import { BiosSettingsSupportSgxOptions } from './BiosSettingsSupportSgxOptions';
/** A structure describing supported bios settings */
export interface BiosSettingsSupport {
/** SGX feature support */
sgx: boolean;
/** Supported SGX options */
sgxOptions: BiosSettingsSupportSgxOptions;
}
//# sourceMappingURL=BiosSettingsSupport.d.ts.map