UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 246 B
import { RoleTypeEnum } from './RoleTypeEnum'; /** Role (ie set of Hadoop services) of the Node */ export interface Role { /** ID of the Role */ id: number; /** Role name */ type: RoleTypeEnum; } //# sourceMappingURL=Role.d.ts.map