UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 246 B
/** Missing description */ export interface ProjectInstanceRescueModeCreation { /** Image to boot on */ imageId?: string; /** Enable rescue mode */ rescue: boolean; } //# sourceMappingURL=ProjectInstanceRescueModeCreation.d.ts.map