UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 365 B
/** A structure describing informations about an Installation templates */ export interface InstallTemplate { /** Names list of ovh installationtemplates compatibles with this server */ ovh?: string[]; /** Names list of yours installation templates compatibles with this server */ personal?: string[]; } //# sourceMappingURL=InstallTemplate.d.ts.map