UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 285 B
/** A structure describing the template usage result */ export interface TemplateUsageOptionsDetails { /** The description of the template. */ description: string; /** The name of the template */ name: string; } //# sourceMappingURL=TemplateUsageOptionsDetails.d.ts.map