UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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