UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 248 B
import { BiosSettingsSupport } from '../server/BiosSettingsSupport'; /** Your BiosSettings */ export interface BiosSettings { /** List supported setting */ supportedSettings: BiosSettingsSupport; } //# sourceMappingURL=BiosSettings.d.ts.map