UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 191 B
import { StateEnum } from './option/StateEnum'; /** HDS certification option */ export interface Hds { /** State of the option */ state: StateEnum; } //# sourceMappingURL=Hds.d.ts.map