UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 245 B
/** Custom Snapshot */ export interface CustomSnap { /** date and time at which snapshot will be automatically destroyed */ expiration?: string; /** name of the snapshot */ name: string; } //# sourceMappingURL=CustomSnap.d.ts.map