UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 201 B
import { StateEnum } from './option/StateEnum'; /** PCI-DSS certification option */ export interface PciDss { /** State of the option */ state: StateEnum; } //# sourceMappingURL=PciDss.d.ts.map