UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 190 B
/** Host profile */ export interface HostProfile { /** Id of Host profile */ id: number; /** Name of Host profile */ name: string; } //# sourceMappingURL=HostProfile.d.ts.map