UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 277 B
import { BootOptionEnum } from './BootOptionEnum'; /** Available boot options */ export interface NetbootOption { /** The option of this boot */ option: BootOptionEnum; /** the value of this option */ value: string; } //# sourceMappingURL=NetbootOption.d.ts.map