UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 218 B
import { SnapshotEnum } from '../storage/SnapshotEnum'; /** Partition Snapshot */ export interface Snapshot { /** the interval of snapshot */ snapshotType: SnapshotEnum; } //# sourceMappingURL=Snapshot.d.ts.map