UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 273 B
/** Creates instance snapshots in the current region. */ export interface ProjectInstanceSnapshotCreation { /** Name for the snapshot that will be created in the current region */ snapshotName: string; } //# sourceMappingURL=ProjectInstanceSnapshotCreation.d.ts.map